From 4378003a8b367a7afbc8458a146f3cf9c91ff332 Mon Sep 17 00:00:00 2001 From: Rijnhard Hessel Date: Wed, 18 Sep 2013 12:36:46 +0200 Subject: [PATCH] Update log.js Added 'debug' to ALLOWED_TYPES (to support console.debug) --- log.js | 1 + 1 file changed, 1 insertion(+) diff --git a/log.js b/log.js index 3b9799b..81034dc 100644 --- a/log.js +++ b/log.js @@ -27,6 +27,7 @@ 'error': 1, 'info': 1, 'table': 1, + 'debug': 1, 'log': 1 };