mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
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…
x
Reference in New Issue
Block a user