Skip to content

Commit

Permalink
cargo-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Jul 4, 2023
1 parent 693cc07 commit 883b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_runtime/src/console/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl Console {
.map(|frame| frame.code_block().name())
.collect::<Vec<_>>()
.into_iter()
.map(|s| s.to_std_string_escaped())
.map(JsString::to_std_string_escaped)
.collect::<Vec<_>>()
.join("\n");
logger(LogMessage::Log(stack_trace_dump), console);
Expand Down

0 comments on commit 883b376

Please sign in to comment.