diff --git a/lib/core/engine.js b/lib/core/engine.js index efef0f3a..49612a79 100644 --- a/lib/core/engine.js +++ b/lib/core/engine.js @@ -185,6 +185,7 @@ class Engine { this.registerModule('solidity'); this.registerModule('vyper'); this.registerModule('profiler'); + this.registerModule('fuzzer'); this.registerModule('deploytracker'); this.registerModule('specialconfigs');