implement UGLIFY_BUG_REPORT (#4516)

This commit is contained in:
Alex Lam S.L
2021-01-07 08:53:29 +00:00
committed by GitHub
parent 25321df959
commit 6c419bc083
4 changed files with 81 additions and 1 deletions

View File

@@ -265,7 +265,7 @@ if (paths.length) {
process.stdin.on("data", function(chunk) {
chunks.push(chunk);
}).on("end", function() {
files = [ chunks.join("") ];
files = { STDIN: chunks.join("") };
run();
});
process.stdin.resume();