Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
evilsocket committed Aug 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7bd1b04 commit 43f3d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -239,6 +239,9 @@ fn main() {

println!("reading events, press ctrl+c to exit ...\n");

// first read Runtime.eval result
println!("{:?}", client.recv_message().unwrap());

let varialble_payload = args.poll_variable.map(|name| {
serde_json::to_string(&protocol::requests::RuntimeEval::new(&format!(
"JSON.stringify({})",

0 comments on commit 43f3d33

Please sign in to comment.