error alert change
This commit is contained in:
@@ -55,7 +55,7 @@ const startDeploy = async () => {
|
|||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
startPolling()
|
startPolling()
|
||||||
} else {
|
} else {
|
||||||
alert(data.error || 'Failed to start deploy')
|
alert(data.error || 'Failed to start deploy:' + data.error)
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
alert('Failed to start deploy:' + error)
|
alert('Failed to start deploy:' + error)
|
||||||
|
|||||||
Reference in New Issue
Block a user