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
The text was updated successfully, but these errors were encountered:
addaleax
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
repl
Issues and PRs related to the REPL subsystem.
labels
Aug 9, 2016
Comparing prototypes of regular objects seems to be broken in the repl on node 6.3.1
Reproduce
nvm i 6
(make sure you're on 6.3.1)g clone git@gist.github.com:42d853d7e90e0d61122d9a8f2913d9ce.git protobug && cd $_
node run.js
(running like this works)cat run.js | pbcopy
(for macOS. Basically just copy the contents of run.js)node
Gist you'll be cloning: https://gist.github.com/RWOverdijk/42d853d7e90e0d61122d9a8f2913d9ce
The text was updated successfully, but these errors were encountered: