From ef9bbf80662924e8b67dbb8dc24e2e5b35eb07f7 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 20 Jun 2016 01:08:21 +0100 Subject: [PATCH] strict mode --- lib/debug.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/debug.js b/lib/debug.js index 55eca0f..a3122b9 100644 --- a/lib/debug.js +++ b/lib/debug.js @@ -1,3 +1,4 @@ +'use strict' module.exports = debug let level = 0