Skip to content

Commit

Permalink
[chore]: use stdout
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Aug 31, 2023
1 parent 9b894d4 commit 17132e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm_builder_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn main() -> color_eyre::Result<()> {
)
})?;

eprintln!(
println!(
"✓ File is written into {}",
outfile.display().green().bold()
);
Expand Down

0 comments on commit 17132e4

Please sign in to comment.