From dc0c8c56222f48fa42b61f7f643863f57e29e21f Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Fri, 18 May 2018 10:41:23 -0500 Subject: [PATCH] fix profiler and this is ready to go Signed-off-by: VoR0220 --- lib/modules/profiler/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/modules/profiler/index.js b/lib/modules/profiler/index.js index a1ca78e57..e78c2dcff 100644 --- a/lib/modules/profiler/index.js +++ b/lib/modules/profiler/index.js @@ -47,7 +47,9 @@ class Profiler { self.logger.info("-- profile for " + contractName); this.profile(contractName, contract); }); + return ""; } + return false; }); } }