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 Feb 11, 2025. It is now read-only.
root@d8e8da54e076:/gocode/src/github.com/replit/prybar# prybar-nodejs -i /home/runner/index.js
Node v8.10.0 on linux
abc
--> s
ReferenceError: s is not defined
-->
// index.jsvars="abc";console.log(s);
The problem is that the variable s cannot be accessed in the repl