diff options
author | Mihai Bazon <mihai@bazon.net> | 2014-01-07 12:48:54 +0200 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2014-01-07 12:48:54 +0200 |
commit | a67e3bfdd3e5ca4f9e121206d0dc4cb4a04f7d65 (patch) | |
tree | 90a0d98ac32ec2b12523dab4d4c66ec294333ff5 /bin | |
parent | 27142df4f55a070f5507b74518ca807e014111ca (diff) | |
download | tracifyjs-a67e3bfdd3e5ca4f9e121206d0dc4cb4a04f7d65.tar.gz tracifyjs-a67e3bfdd3e5ca4f9e121206d0dc4cb4a04f7d65.zip |
Fix #392
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/uglifyjs | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |