mirror of https://github.com/embarklabs/embark.git
fix profiler and this is ready to go
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
8411f36e06
commit
dc0c8c5622
|
@ -47,7 +47,9 @@ class Profiler {
|
||||||
self.logger.info("-- profile for " + contractName);
|
self.logger.info("-- profile for " + contractName);
|
||||||
this.profile(contractName, contract);
|
this.profile(contractName, contract);
|
||||||
});
|
});
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue