mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
stringify error
This commit is contained in:
committed by
Keagan McClelland
parent
6e2a332bcd
commit
2f5ad4d82b
@@ -103,7 +103,7 @@ export class AppActionsPage extends Cleanup {
|
||||
if (e instanceof HttpErrorResponse) {
|
||||
this.presentAlertActionFail(e.status, e.message)
|
||||
} else {
|
||||
this.presentAlertActionFail(-1, e.toString())
|
||||
this.presentAlertActionFail(-1, JSON.stringify(e))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user