From c00efe56f4fb07d27eb1d47915288b027b3ef692 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Mon, 28 Dec 2020 05:32:07 +0000 Subject: workaround asynchronous tty bugs on Node.js (#4473) --- test/ufuzz/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ufuzz') diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index 2eac44f0..e5bf0083 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -5,7 +5,7 @@ // bin/uglifyjs s.js -c && bin/uglifyjs s.js -c passes=3 && bin/uglifyjs s.js -c passes=3 -m // cat s.js | node && node s.js && bin/uglifyjs s.js -c | node && bin/uglifyjs s.js -c passes=3 | node && bin/uglifyjs s.js -c passes=3 -m | node -require("../../tools/exit"); +require("../../tools/tty"); var UglifyJS = require("../.."); var randomBytes = require("crypto").randomBytes; -- cgit v1.2.3