Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed May 13, 2024
1 parent 1fe672e commit c363901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/builder/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ fn set_trace_writer(
write.expect("Failed to open file"),
)));
let writer = FlushWriter::new(Arc::clone(&trace));

// Set the writer inside the handler in revm
tracer.set_writer(Box::new(writer));

trace
Expand Down

0 comments on commit c363901

Please sign in to comment.