From b42a733f53fff30ba00f51da85834ec85953b611 Mon Sep 17 00:00:00 2001 From: F4ilji Date: Thu, 2 Jul 2026 01:24:58 +0500 Subject: [PATCH] error alert change --- resources/js/Pages/Dashboard/Deploy/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/Dashboard/Deploy/Index.vue b/resources/js/Pages/Dashboard/Deploy/Index.vue index 621589d..1d27660 100644 --- a/resources/js/Pages/Dashboard/Deploy/Index.vue +++ b/resources/js/Pages/Dashboard/Deploy/Index.vue @@ -68,7 +68,7 @@ async function startDeploy() { } } catch (error) { console.error('Deploy error:', error) - alert('Ошибка соединения с сервером') + alert('Ошибка соединения с сервером: ' + error) } }