`run code` function does not work in the editor when using it on floppy disk .lua file
Skreperiukas opened this issue ยท 2 comments
Minecraft Version
1.16.x
Version
1.100.3
Details
Everything is told in the title so I will proceed with recreation:
I can't do better testing on phone but i determined what if you run
cd disk - > edit hi.
then this issue will happen but if one does
edit disk/hi
while at root folder then it will not. I must have missed something with current directory when updating run option in edit in last commit.
EDIT: My dummy. Forgot to prepend path given to shell.openTab with /
to indicate its absolute path.
I stand corrected. I didn't forget.