error logging

This commit is contained in:
Drew Ansbacher
2021-09-30 17:01:35 -06:00
committed by Aiden McClelland
parent 0d237a299a
commit 8472b3ddde

View File

@@ -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) {