Skip to content

Commit 9e234f0

Browse files
committed
native: Update reexport print format
1 parent 38690ad commit 9e234f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn main() {
3030
&& !is_node_builtin_module(&reexport)
3131
{
3232
stdout
33-
.write_all(("!".to_owned() + reexport.as_str()).as_bytes())
33+
.write_all(("@".to_owned() + reexport.as_str()).as_bytes())
3434
.expect("failed to write result to stdout");
3535
}
3636
}

0 commit comments

Comments
 (0)