From edbc77afcae026f4155100b234c8a5b85a09d2df Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 8 May 2018 14:51:51 -0400 Subject: [PATCH] hotfix console --- lib/modules/profiler/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/profiler/index.js b/lib/modules/profiler/index.js index ed5f87c8..763165c9 100644 --- a/lib/modules/profiler/index.js +++ b/lib/modules/profiler/index.js @@ -47,8 +47,8 @@ class Profiler { self.logger.info("-- profile for " + contractName); this.profile(contractName, contract); }); - return "profiled..."; } + return false; }); } }