Skip to content

Commit 6bb84f3

Browse files
build(deps-dev): bump the npm-deps group with 3 updates (#5856)
* build(deps-dev): bump the npm-deps group with 3 updates Bumps the npm-deps group with 3 updates: [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome), [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/chrome` from 0.0.278 to 0.0.279 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) Updates `@types/jquery` from 3.5.31 to 3.5.32 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery) Updates `typescript-eslint` from 8.10.0 to 8.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@types/jquery" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <[email protected]> * wip * wip * wip --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roma Sosnovsky <[email protected]>
1 parent b89fc54 commit 6bb84f3

File tree

5 files changed

+279
-410
lines changed

5 files changed

+279
-410
lines changed

extension/js/content_scripts/webmail/generic/setup-webmail-content-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export const contentScriptSetupIfVacant = async (webmailSpecific: WebmailSpecifi
463463
await webmailSpecific.start(acctEmail, clientConfiguration, inject, notifications, factory, relayManager);
464464
} catch (e) {
465465
if (e instanceof TabIdRequiredError) {
466-
console.error(`FlowCrypt cannot start: ${String(e)}`);
466+
console.error(`FlowCrypt cannot start: ${String(e.message)}`);
467467
} else if (e instanceof Error && e.message === 'Extension context invalidated.') {
468468
console.info(`FlowCrypt cannot start: extension context invalidated. Destroying.`);
469469
win.destroy();

0 commit comments

Comments
 (0)