Skip to content

Typo in error message within encryptionMainService.ts #189378

@mlevinmail

Description

@mlevinmail

throw new Error(`[EncryptionMainService] Invalid encrypted valu: ${value}`);

Describe the bug
There's a typo in an error message within the encryptionMainService.ts file.

To Reproduce
Steps to reproduce the behavior:

Go to src/vs/platform/encryption/electron-main/encryptionMainService.ts
Notice the typo "valu" which should be "value"
Expected behavior
The error message should read "Invalid encrypted value" instead of "Invalid encrypted valu".

Metadata

Metadata

Labels

authenticationIssues with the Authentication platformdebtCode quality issuesinsiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions