aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/record.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/record.rs')
-rw-r--r--src/cmd/record.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/record.rs b/src/cmd/record.rs
index 3e23816..045a54e 100644
--- a/src/cmd/record.rs
+++ b/src/cmd/record.rs
@@ -205,7 +205,7 @@ impl RecordSession {
}
// don't return final event here - wait until we are done
// writing all data to the file (see poll_write_file)
- Ok(crate::component_future::Poll::NothingToDo)
+ Ok(crate::component_future::Poll::DidWork)
}
futures::Async::NotReady => {
Ok(crate::component_future::Poll::NotReady)