We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 976441f + def0d96 commit ec03f91Copy full SHA for ec03f91
src/par/builtin/debug.rs
@@ -23,6 +23,6 @@ pub fn external_module() -> Module<Arc<process::Expression<()>>> {
23
24
async fn debug_log(mut handle: Handle) {
25
let string = handle.receive().string().await;
26
- println!("{}", string.as_str());
+ eprintln!("{}", string.as_str());
27
handle.break_();
28
}
0 commit comments