kopia lustrzana https://github.com/c9/core
Improve workspace activation error reporting
rodzic
8213900c98
commit
8a753fc93b
|
@ -246,6 +246,9 @@ define(function(require, exports, module) {
|
|||
}, 10000);
|
||||
return;
|
||||
}
|
||||
else if (err.code === 500 && res && res.error && res.error.cause) {
|
||||
return callback(res.error.cause.message);
|
||||
}
|
||||
}
|
||||
|
||||
if (err) {
|
||||
|
|
Ładowanie…
Reference in New Issue