You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
We use electron and keytar in the node.js project. We start our application and then we close it by calling method
The credentials are created by:
await setPassword(config.name, accountName, password);
The credentials are deleted in the
onModuleDestroy
method afterapp.quit():
And we got this after closing the application:
Sometimes we got the following:
Steps to Reproduce
Expected behavior:
The application closes correctly.
Actual behavior:
The application closes with an unhandled error.
Reproduces how often:
This problem is reproducible on only one machine.
Versions
"keytar": "7.7.0",
"electron": 12.0
Additional Information
Windows 10 (20H2 #19042.867)
The text was updated successfully, but these errors were encountered: