From 2056a7e9ad5b82e793bbef0fd80316ecef34d863 Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Mon, 4 Jun 2018 13:26:16 -0500 Subject: [PATCH] finish engine addition Signed-off-by: VoR0220 --- lib/core/engine.js | 1 + 1 file changed, 1 insertion(+) 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');