mirror of https://github.com/embarklabs/embark.git
add exception to dealWithConfigsMethods; it's simple enough
This commit is contained in:
parent
617d263341
commit
3db27c14cb
|
@ -92,6 +92,7 @@ ContractsManager.prototype.build = function(done) {
|
|||
}
|
||||
callback();
|
||||
},
|
||||
/*eslint complexity: ["error", 11]*/
|
||||
function dealWithSpecialConfigs(callback) {
|
||||
var className, contract, parentContractName, parentContract;
|
||||
|
||||
|
|
Loading…
Reference in New Issue