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
Shouldn't you use path.resolve for that kind of thing? fs.realpath only resolves ., .. and symbolic links according to the docs, ~ is neither of those.
Thanks for the explanation! The reason why it worked when I ran it outside the REPL is that I passed in the path from the command line and the shell expanded it without my knowledge. 🤦
What is the bug?
Every time in the REPL:
What is the expected behavior?
The text was updated successfully, but these errors were encountered: