From fb928131afea85c7677bb8f2e8d2cd6bafb0a3db Mon Sep 17 00:00:00 2001 From: jshkurti Date: Fri, 5 Jun 2015 16:22:10 +0200 Subject: [PATCH] fix last commit --- lib/Interactor/Daemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Interactor/Daemon.js b/lib/Interactor/Daemon.js index 8415347b..7479f475 100644 --- a/lib/Interactor/Daemon.js +++ b/lib/Interactor/Daemon.js @@ -324,7 +324,7 @@ if (require.main === module) { if (global.gc && typeof global.gc === 'function') { try { global.gc(); - } catch () {} + } catch (e) {} } }, 30000); }