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
fix: root_path to be absolute from parameter or cwd
Currently the root_path is taken as is from the CLI
arguments. If the user provides "./" then, FileExplorer's
entry paths will be created from this path instead of
the absolute path that "./" really represents in user's
system.
0 commit comments