We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5db3f6 commit 37fbc80Copy full SHA for 37fbc80
packages/plugins/ganache/src/index.js
@@ -17,6 +17,7 @@ class Ganache {
17
});
18
},
19
launchFn: (cb) => {
20
+ this._registerStatusCheck();
21
this._getProvider(); // No need to return anything, we just want to populate currentProvider
22
this.embark.logger.info(__('Blockchain node is ready').cyan);
23
cb();
@@ -39,8 +40,6 @@ class Ganache {
39
40
41
}
42
-
43
- this._registerStatusCheck();
44
45
46
_getProvider() {
0 commit comments