update, text, response
This commit is contained in:
2
node_modules/uglify-js/tools/tty.js
generated
vendored
2
node_modules/uglify-js/tools/tty.js
generated
vendored
@@ -6,7 +6,7 @@ try {
|
||||
} catch (e) {
|
||||
// ensure output buffers are flushed before process termination
|
||||
var exit = process.exit;
|
||||
process.exit = function() {
|
||||
if ("bufferSize" in process.stdout) process.exit = function() {
|
||||
var args = [].slice.call(arguments);
|
||||
process.once("uncaughtException", function() {
|
||||
(function callback() {
|
||||
|
||||
Reference in New Issue
Block a user