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
Let me show you a simple example, assuming there is a Documents/ folder in $HOME, of this bug
julia>cd("~/Doc
and hitting <TAB> one gets
julia>cd("~/Documents/")
ERROR: chdir ~/Documents/: no such file or directory (ENOENT)
Stacktrace:
[1] uv_error at ./libuv.jl:68 [inlined]
[2] cd(::String) at ./file.jl:50
whichever is the current directory.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Let me show you a simple example, assuming there is a
Documents/
folder in$HOME
, of this bugand hitting
<TAB>
one getswhichever is the current directory.
The text was updated successfully, but these errors were encountered: