Skip to content

Commit

Permalink
chore(gcli): log panicking message
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Oct 6, 2023
1 parent 608b6be commit ed0edcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcli/src/meta/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ mod funcs {
Trap::Code(TrapCode::MemoryAccessOutOfBounds)
})?;

log::error!("Panic: {}", String::from_utf8_lossy(&buff));
Ok(())
},
))
Expand Down

0 comments on commit ed0edcb

Please sign in to comment.