finish engine addition

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-04 13:26:16 -05:00
parent a0d0d9692b
commit 2056a7e9ad
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ class Engine {
this.registerModule('solidity'); this.registerModule('solidity');
this.registerModule('vyper'); this.registerModule('vyper');
this.registerModule('profiler'); this.registerModule('profiler');
this.registerModule('fuzzer');
this.registerModule('deploytracker'); this.registerModule('deploytracker');
this.registerModule('specialconfigs'); this.registerModule('specialconfigs');