error alert change

This commit is contained in:
F4ilji
2026-07-02 13:25:11 +05:00
parent 92bb10faba
commit aa6c5bc6be
@@ -58,7 +58,7 @@ const startDeploy = async () => {
alert(data.error || 'Failed to start deploy')
}
} catch (error) {
alert('Failed to start deploy')
alert('Failed to start deploy:' + error)
}
}