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
Refactor platform and arch logic in getTarget function (#185)
# Goal
The goal of this PR is address a bug that only happens on Macos with x86
architecture on node library and tries to load the windows binary since
both darwin and win32 contained `win` in it.
Related to #154
0 commit comments