Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1749 from mdycz/fix-console-formatting
Browse files Browse the repository at this point in the history
fix console formatting
  • Loading branch information
xortive authored Feb 25, 2021
2 parents 5fac2b0 + 293c56a commit e627a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dev/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async fn print_ws_messages(
StdOut::message(&format!("{}", &json));
}
} else {
StdOut::message(&format!("{:?}", event));
StdOut::message(&format!("{:?}", event.to_string()));
}
}
Ok(other_runtime_event) => {
Expand Down

0 comments on commit e627a47

Please sign in to comment.