fix: update timeout warning message and missing labels
continuous-integration/webhook Deploy concluído (VPS4)

This commit is contained in:
VPS 4 Deploy Agent
2026-06-03 04:28:48 +02:00
parent ba9897ee31
commit 322fda9fff
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async function emitAndAwaitAck(io, action, payload) {
} else if (result && !result.success) {
return { success: true, warning: `Erro no app Windows (${result.pcName || 'Desconhecido'}): ${result.error || 'Erro local'}` };
} else {
return { success: true, warning: 'Salvo na nuvem, porém o App Windows não respondeu. Verifique se o PC está ligado e conectado.' };
return { success: true, warning: 'Salvo na nuvem, porém o App Windows não respondeu. Verifique o PC do app client Windows ou nome do PC - o app pode estar atualizando, o PC desligado, o app fechado ou sem internet no PC ou clínica.' };
}
}