error alert change

This commit is contained in:
F4ilji
2026-07-02 16:49:55 +05:00
parent ae4cdc5efc
commit 2b5b4ee48f
@@ -55,7 +55,7 @@ const startDeploy = async () => {
if (response.ok) {
startPolling()
} else {
alert(data.error || 'Failed to start deploy')
alert(data.error || 'Failed to start deploy:' + data.error)
}
} catch (error) {
alert('Failed to start deploy:' + error)