kopia lustrzana https://github.com/c9/core
Merge pull request +11049 from c9/fix-create-race-condition
ws might be deleted before second part of creation is finishedpull/227/head
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) {
|
||||
|
|
Ładowanie…
Reference in New Issue