Fix position of function calls.

This commit is contained in:
Stephen Chung
2022-02-07 16:02:49 +08:00
parent bd9519e96b
commit 556b2393f5
3 changed files with 5 additions and 5 deletions

View File

@@ -271,7 +271,7 @@ fn main() {
}
DebuggerEvent::FunctionExitWithValue(r) => {
println!(
"! Return from function call '{}' => {}",
"! Return from function call '{}' => {:?}",
context
.global_runtime_state()
.debugger