mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
error logging
This commit is contained in:
committed by
Aiden McClelland
parent
0d237a299a
commit
8472b3ddde
@@ -94,6 +94,7 @@ export class EmbassyPage {
|
|||||||
this.stateService.torAddress = (await this.stateService.setupEmbassy()).torAddress
|
this.stateService.torAddress = (await this.stateService.setupEmbassy()).torAddress
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e.message)
|
console.error(e.message)
|
||||||
|
console.error(e.details)
|
||||||
} finally {
|
} finally {
|
||||||
loader.dismiss()
|
loader.dismiss()
|
||||||
if(!!this.stateService.recoveryDrive) {
|
if(!!this.stateService.recoveryDrive) {
|
||||||
|
|||||||
Reference in New Issue
Block a user