mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-13 15:46:24 +00:00
fix library manager init
This commit is contained in:
parent
9e2ee99e17
commit
43b5b48a60
@ -22,6 +22,7 @@ class Compiler {
|
||||
}
|
||||
|
||||
let pluginCompilers = self.plugins.getPluginsProperty('compilers', 'compilers');
|
||||
console.dir(pluginCompilers);
|
||||
pluginCompilers.forEach(function (compilerObject) {
|
||||
available_compilers[compilerObject.extension] = compilerObject.cb;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user