hotfix console

This commit is contained in:
Jonathan Rainville 2018-05-08 14:51:51 -04:00
parent a6bb44c20f
commit edbc77afca
1 changed files with 1 additions and 1 deletions

View File

@ -47,8 +47,8 @@ class Profiler {
self.logger.info("-- profile for " + contractName);
this.profile(contractName, contract);
});
return "profiled...";
}
return false;
});
}
}