Implement cat as stack frame

This commit is contained in:
Andrew Morris
2023-05-30 12:28:08 +10:00
parent 4164f44ece
commit c12a27a1ff
6 changed files with 98 additions and 34 deletions

View File

@@ -316,6 +316,6 @@ impl StackFrameTrait for SortFrame {
}
fn catch_exception(&mut self, _exception: Val) -> bool {
return false;
false
}
}