Removing duplicate exception information

pull/117/merge
Tim Robinson 2015-07-24 15:34:46 +02:00
rodzic c7d7a9d703
commit 9597e3019b
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -38,7 +38,6 @@ function plugin(options, imports, register) {
console.error("Our current stack: ", new Error().stack);
var killtimer = setTimeout(function() {
console.error("Exiting after uncaught exception");
console.error(err.stack || err);
process.exit(1);
}, 10000);
// But don't keep the process open just for that!
@ -108,4 +107,4 @@ function plugin(options, imports, register) {
sendRequestError: sendRequestError,
sendRequestWarning: sendRequestWarning
}});
}
}