diff --git a/lib/index.js b/lib/index.js index 015768c8..076abf81 100644 --- a/lib/index.js +++ b/lib/index.js @@ -143,7 +143,8 @@ var Embark = (function () { if (pluginList.length > 0) { engine.logger.info("loaded plugins: " + pluginList.join(", ")); } - + + engine.startService("web3"); engine.startService("pipeline"); engine.startService("abi"); engine.startService("deployment");