From a67e3bfdd3e5ca4f9e121206d0dc4cb4a04f7d65 Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Tue, 7 Jan 2014 12:48:54 +0200 Subject: [PATCH] Fix #392 --- bin/uglifyjs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/uglifyjs b/bin/uglifyjs index 9e8573e4..4ffbeffd 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -357,7 +357,6 @@ async.eachLimit(files, 1, function (file, cb) { fs.writeFileSync(OUTPUT_FILE, output, "utf8"); } else { sys.print(output); - sys.error("\n"); } if (ARGS.stats) { -- 2.34.1