mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +11049 from c9/fix-create-race-condition
ws might be deleted before second part of creation is finished
This commit is contained in:
commit
b0e051a7ed
@ -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