1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-14180] Provide more debugging details in wasm-debug (#11771)

Improve error logging to include some additional information about the error.
This commit is contained in:
Oscar Hinton
2024-10-31 10:07:55 +01:00
committed by GitHub
parent 4de7cb8012
commit 5e157c5bca
7 changed files with 38 additions and 21 deletions

View File

@@ -872,7 +872,7 @@ export class ServiceContainer {
}
if (!supported) {
this.sdkService.failedToInitialize().catch((e) => this.logService.error(e));
this.sdkService.failedToInitialize("cli").catch((e) => this.logService.error(e));
}
}
}