mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
include fix for bug
This commit is contained in:
commit
6ef78ff770
@ -146,7 +146,9 @@ class Engine {
|
|||||||
self.currentAbi = abi;
|
self.currentAbi = abi;
|
||||||
self.contractsJSON = contractsJSON;
|
self.contractsJSON = contractsJSON;
|
||||||
pipeline.build(abi, contractsJSON, null, function() {
|
pipeline.build(abi, contractsJSON, null, function() {
|
||||||
self.watch.restart(); // Necessary because changing a file while it is writing can stop it from being watched
|
if (self.watch) {
|
||||||
|
self.watch.restart(); // Necessary because changing a file while it is writing can stop it from being watched
|
||||||
|
}
|
||||||
self.events.emit('outputDone');
|
self.events.emit('outputDone');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user