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 was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
require('keytar')would be stuck on Linux arm64 system, blocking the whole Node process.Steps to Reproduce
Expected behavior:
Console would log 1 then log 2.
Actual behavior:
Console only log 1.
Reproduces how often:
Versions
node-keytar@7.0.0
Additional Information
I tested
keytaron macOS, Windows, Linux x64. They all worked.This only happens on Linux arm64.