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 Apr 22, 2023. It is now read-only.
I attempted to override
Math
in the node v0.10.33 repl for fun, and I got this error upon pressing enter.It looks like the node repl is using methods in the user-editable JavaScript environment for its own operation, and overriding them causes an error.
Overriding the
Math
object works without issue in Firefox and ChromiumThis obviously isn't an important bug in itself, but I'm submitting it just in case it highlights a deeper issue in the repl.
The text was updated successfully, but these errors were encountered: