mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Fix for editor script luacheck
This commit is contained in:
@@ -12,7 +12,7 @@ end
|
||||
local function save_file_from_dependency(dependency_file_path, output_file_path)
|
||||
local content = editor.get(dependency_file_path, "text")
|
||||
local file, err = io.open(output_file_path, "w")
|
||||
if err then
|
||||
if not file then
|
||||
print("Error:", err)
|
||||
return false
|
||||
end
|
||||
|
Reference in New Issue
Block a user