Fix worker stuck offline

pull/1/head
yflory 2021-02-18 15:00:46 +01:00
parent 0110342ef5
commit 549a128815
1 changed files with 1 additions and 0 deletions

View File

@ -1904,6 +1904,7 @@ define([
}
openChannel(ctx, teams[id], id, waitFor(function (err) {
if (err) {
delete ctx.onReadyHandlers[id];
var txt = typeof(err) === "string" ? err : (err.type || err.message);
Feedback.send("TEAM_LOADING_ERROR="+txt);
return void console.error(err);