Skip to content

Commit b7e9157

Browse files
committed
add error context
1 parent ad3fff6 commit b7e9157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/recording/src/studio_recording.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ impl Message<Pause> for Actor {
158158
let (cursors, next_cursor_id) = self
159159
.stop_pipeline(pipeline, segment_start_time)
160160
.await
161-
// .context("stop_pipeline")
162-
?;
161+
.context("stop_pipeline")?;
163162

164163
Some(ActorState::Paused {
165164
next_index: index + 1,

0 commit comments

Comments
 (0)