mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: fallback to json
This commit is contained in:
committed by
Keagan McClelland
parent
f5ae93c999
commit
4100d4ca97
@@ -103,7 +103,7 @@ export class AppActionsPage extends Cleanup {
|
|||||||
if (e instanceof HttpErrorResponse) {
|
if (e instanceof HttpErrorResponse) {
|
||||||
this.presentAlertActionFail(e.status, e.message)
|
this.presentAlertActionFail(e.status, e.message)
|
||||||
} else {
|
} else {
|
||||||
this.presentAlertActionFail(-1, e.message)
|
this.presentAlertActionFail(-1, e.message || JSON.stringify(e))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user