Skip to content

Commit e3e8138

Browse files
committed
Use process.stdout.write, not util.print.
1 parent 7edaa2a commit e3e8138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/uglify

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ toplevel.compute_char_frequency(true);
3131
toplevel.mangle_names(true);
3232
toplevel.print(output);
3333

34-
require("util").print(output.get());
34+
process.stdout.write(output.get());

0 commit comments

Comments
 (0)