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
Here's the result of opening the tree and then running the command touch test.txt.
Lua API error: filemanager:220: attempt to call a non-function object
stack traceback:
filemanager:220: in function 'dirname_and_join'
filemanager:691: in function 'create_filedir'
filemanager:794: in main chunk
[G]: ?
Press enter to continue
The same holds true for mkdir and rename.
The text was updated successfully, but these errors were encountered:
Here's the result of opening the tree and then running the command touch test.txt.
Lua API error: filemanager:220: attempt to call a non-function object
stack traceback:
filemanager:220: in function 'dirname_and_join'
filemanager:691: in function 'create_filedir'
filemanager:794: in main chunk
[G]: ?
Press enter to continue
Lua API error: filemanager:695: bad argument #2 to Join (cannot use &{0xc0001a3770 0xc00086a780 <nil> 0xc00049be30 true false {0 0 <nil>} {0 0} {0 0 <nil>} false false false false false 2 0xc000a0a540 {0 0}} (type *action.BufPane) as type string)
stack traceback:
[G]: in function 'Join'
filemanager:695: in function 'create_filedir'
filemanager:800: in main chunk
[G]: ?
Here's the result of opening the tree and then running the command
touch test.txt
.The same holds true for
mkdir
andrename
.The text was updated successfully, but these errors were encountered: