mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix loading plugins in disconnected state
This commit is contained in:
parent
a244d8cd8e
commit
bedcd55866
@ -70,7 +70,7 @@ define(function(require, exports, module) {
|
||||
}, function(err, packages) {
|
||||
if (err && err.code === "EDISCONNECT") {
|
||||
c9.once("connect", function() {
|
||||
loadPluginsFromDisk(callback);
|
||||
listAllPackages(callback);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user