From 8ef3a21e728397c5bfde6e700efe72e3ab0f13e3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 14 Apr 2017 10:49:43 +1200 Subject: [PATCH] logging --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 960dc67..bde613c 100755 --- a/main.js +++ b/main.js @@ -147,7 +147,7 @@ function imDead(why, e = '') { restart = false; } if (!mustBe) { - logger.log(importance[2], 'Crash! ' + why + ' ' + e); + logger.log(importance[2], 'Crash! ' + e); setTimeout(function() { spawn(); }, 1000);