mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-03 02:47:56 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user