kopia lustrzana https://github.com/c9/core
Fix loading plugins in disconnected state
rodzic
a244d8cd8e
commit
bedcd55866
|
@ -70,7 +70,7 @@ define(function(require, exports, module) {
|
||||||
}, function(err, packages) {
|
}, function(err, packages) {
|
||||||
if (err && err.code === "EDISCONNECT") {
|
if (err && err.code === "EDISCONNECT") {
|
||||||
c9.once("connect", function() {
|
c9.once("connect", function() {
|
||||||
loadPluginsFromDisk(callback);
|
listAllPackages(callback);
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue