From fe47db5cab98223ac308b7339d0692cf85c27d14 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Wed, 28 Feb 2018 12:44:05 -0800 Subject: [PATCH] start debug test on heroku automatically! --- lib/debug.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/debug.js b/lib/debug.js index 48a18d0d..aa3f31b1 100644 --- a/lib/debug.js +++ b/lib/debug.js @@ -1,6 +1,7 @@ ;(function(){ if('debug' !== process.env.GUN_ENV){ return } + console.log("start :)"); setInterval(function(){ var mem = process.memoryUsage(); var used = mem.heapUsed / 1024 / 1024;