This commit is contained in:
Your Name 2017-04-14 10:49:43 +12:00
parent 917c9a0bde
commit 8ef3a21e72

View file

@ -147,7 +147,7 @@ function imDead(why, e = '') {
restart = false; restart = false;
} }
if (!mustBe) { if (!mustBe) {
logger.log(importance[2], 'Crash! ' + why + ' ' + e); logger.log(importance[2], 'Crash! ' + e);
setTimeout(function() { setTimeout(function() {
spawn(); spawn();
}, 1000); }, 1000);