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
This addresses the concerns raised in #837.
Namely, the value returned by `os.arch` is the CPU architecture for
which the Node.js binary was compiled, which may **not** be the same
as the actual host CPU architecture (e.g., if a binary is run on
a different architecture).
This commit aims to address the ambiguity of the previous description.
0 commit comments