mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 17:22:47 +01:00
afaef
This commit is contained in:
@@ -1181,7 +1181,7 @@ function ecs.newFile(path)
|
||||
fs.makeDirectory(path)
|
||||
local file = io.open(path .. inputs[1], "w"); file:write(""); file:close()
|
||||
local MineOSCore = require("MineOSCore")
|
||||
MineOSCore.safeLaunch(MineOSCore.paths.applications .. "/MineCode IDE.app/MineCode IDE.lua", "open", path)
|
||||
MineOSCore.safeLaunch(MineOSCore.paths.applications .. "/MineCode IDE.app/MineCode IDE.lua", "open", path .. inputs[1])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user