Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoffio committed Sep 5, 2024
1 parent ecf1c17 commit b61065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida/src/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ impl<'a> Script<'a> {
///
/// impl ScriptHandler for Handler {
/// fn on_message(&mut self, message: &frida::Message) {
/// println!("{message}");
/// println!("{:?}", message);
/// }
/// }
/// ```
Expand Down

0 comments on commit b61065b

Please sign in to comment.