From: Mihai Bazon Date: Tue, 7 Jan 2014 10:48:54 +0000 (+0200) Subject: Fix #392 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a67e3bfdd3e5ca4f9e121206d0dc4cb4a04f7d65;p=UglifyJS.git Fix #392 --- 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) {