Skip to content

Commit

Permalink
all tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
i-m-aditya committed Jan 28, 2023
1 parent 2e38acd commit 09b46eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cmd/forge/script/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ impl ScriptArgs {
if !console_logs.is_empty() {
shell::println("\n== Logs ==")?;
for log in console_logs {
shell::println(log)?;
shell::println(format!(" {log}"))?;
}
}

Expand Down

0 comments on commit 09b46eb

Please sign in to comment.