proceed if plugin-definitions.json didn't load properly
parent
8bf481f27b
commit
208d88cc03
|
@ -78,6 +78,9 @@ if (exports.isClient) {
|
|||
exports.hooks = exports.extractHooks(exports.parts, "client_hooks");
|
||||
exports.loaded = true;
|
||||
cb();
|
||||
}).error(function(xhr, s, err){
|
||||
console.error("Failed to load plugin-definitions: " + err);
|
||||
cb();
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue