From 036d77fbffa3c56f01ae9d44878c39abf5b70fae Mon Sep 17 00:00:00 2001 From: Hiro Protagonist Date: Thu, 8 Sep 2016 14:24:26 +1200 Subject: [PATCH] log fix --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 2f4eeab..18187ac 100755 --- a/main.js +++ b/main.js @@ -12,7 +12,7 @@ let mustBe = false; let restart = false; let config, source, snapSource; -const importance = ['', 'info', 'warning', 'danger', 'success']; +const importance = ['normal', 'info', 'warning', 'danger', 'success']; var customLevels = { levels: { normal: 0,