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.
1 parent 38690ad commit 9e234f0Copy full SHA for 9e234f0
native/src/main.rs
@@ -30,7 +30,7 @@ fn main() {
30
&& !is_node_builtin_module(&reexport)
31
{
32
stdout
33
- .write_all(("!".to_owned() + reexport.as_str()).as_bytes())
+ .write_all(("@".to_owned() + reexport.as_str()).as_bytes())
34
.expect("failed to write result to stdout");
35
}
36
0 commit comments