mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
ws might be deleted before second part of creation is finished
This commit is contained in:
parent
ea090c3ded
commit
704ac5e45d
@ -122,7 +122,7 @@ function plugin(options, imports, register) {
|
||||
|
||||
var allowedErrorKeys = [
|
||||
"message", "projectState", "premium", "retryIn", "progress",
|
||||
"oldHost", "blocked"
|
||||
"oldHost", "blocked", "className"
|
||||
];
|
||||
|
||||
allowedErrorKeys.forEach(function(key) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user