mirror of https://github.com/embarklabs/embark.git
Fix linting
This commit is contained in:
parent
9c74da3a7b
commit
b3b2b317c7
|
@ -40,7 +40,6 @@ var Config = function(options) {
|
|||
this._updateBlockchainCors();
|
||||
});
|
||||
|
||||
|
||||
self.events.setCommandHandler("config:contractsConfig", (cb) => {
|
||||
cb(self.contractsConfig);
|
||||
});
|
||||
|
|
|
@ -313,9 +313,9 @@ class CodeGenerator {
|
|||
function generateConfig(next) {
|
||||
self.events.request("config:contractsConfig", (contractsConfig) => {
|
||||
self.generateContractConfig(contractsConfig, () => {
|
||||
next()
|
||||
})
|
||||
})
|
||||
next();
|
||||
});
|
||||
});
|
||||
},
|
||||
function getEmbarkJsLocation(next) {
|
||||
self.events.request('version:downloadIfNeeded', 'embarkjs', (err, location) => {
|
||||
|
|
Loading…
Reference in New Issue