mirror of https://github.com/embarklabs/embark.git
Removing warning from appveyor
This commit is contained in:
parent
3dd4b2ada9
commit
a058fbd349
|
@ -16,8 +16,9 @@ class Compiler {
|
|||
|
||||
let pluginCompilers = self.plugins.getPluginsProperty('compilers', 'compilers');
|
||||
pluginCompilers.forEach(function (compilerObject) {
|
||||
if(available_compilers[compilerObject.extension] === undefined)
|
||||
if(available_compilers[compilerObject.extension] === undefined){
|
||||
available_compilers[compilerObject.extension] = compilerObject.cb;
|
||||
}
|
||||
});
|
||||
|
||||
let compiledObject = {};
|
||||
|
|
Loading…
Reference in New Issue