diff --git a/src/main/resources/data/computercraft/lua/rom/programs/edit.lua b/src/main/resources/data/computercraft/lua/rom/programs/edit.lua index c913aa234..5331854d9 100644 --- a/src/main/resources/data/computercraft/lua/rom/programs/edit.lua +++ b/src/main/resources/data/computercraft/lua/rom/programs/edit.lua @@ -431,7 +431,7 @@ local tMenuFuncs = { file.write(runHandler:format(sTitle, table.concat(tLines, "\n"), "@" .. fs.getName(sPath))) end) if ok then - local nTask = shell.openTab(sTempPath) + local nTask = shell.openTab("/" .. sTempPath) if nTask then shell.switchTab(nTask) else