mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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
|
||||
} catch (e) {
|
||||
console.error(e.message)
|
||||
console.error(e.details)
|
||||
} finally {
|
||||
loader.dismiss()
|
||||
if(!!this.stateService.recoveryDrive) {
|
||||
|
||||
Reference in New Issue
Block a user