mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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) {
|
||||
this.presentAlertActionFail(e.status, e.message)
|
||||
} else {
|
||||
this.presentAlertActionFail(-1, e.message)
|
||||
this.presentAlertActionFail(-1, e.message || JSON.stringify(e))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user