We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0444e4 commit 87e507fCopy full SHA for 87e507f
1 file changed
src/vm.rs
@@ -319,7 +319,6 @@ impl VM {
319
.send(PrintMessage::Stdout(i.to_string()))
320
.await
321
.map_err(VMError::PrintError)?,
322
- _ => return Err(VMError::InvalidStackValue),
323
}
324
self.ip += 1;
325
0 commit comments