Update ECSAPI.lua

This commit is contained in:
Igor Timofeev
2015-09-27 03:45:36 +03:00
parent cb1b0d7df2
commit ad0d3fe36e

View File

@@ -1353,6 +1353,7 @@ end
--Редактирование файла (для операционки)
function ECSAPI.editFile(path)
ECSAPI.prepareToExit()
shell.execute("edit "..path)
end