diff --git a/src/runtime.rs b/src/runtime.rs index ac8f089..dfa60fc 100644 --- a/src/runtime.rs +++ b/src/runtime.rs @@ -120,7 +120,7 @@ impl Runtime { .borrow_mut() .set_state(StateStripCommand::Off) .unwrap(); - return Ok(0); + return Ok(code); } self.current_index += 1;