Removed non standard connotations (#6878)

This commit is contained in:
MatteoBiscosi 2022-10-17 15:53:36 +02:00
parent cb1d74ee3a
commit 52c316d214
11 changed files with 23 additions and 23 deletions

View file

@ -106,7 +106,7 @@ function code_editor.editor(plugin_file_path, plugin_path, referarl_script_page)
plugin_file_url = string.gsub(plugin_file_path, "/plugins/", "/plugins-src/")
end
-- Sanity check, never go outside the plugins directory
-- Coherence check, never go outside the plugins directory
if starts(plugin_path, "/plugins/") then
plugin_path = os_utils.fixPath(string.format("%s/%s", dirs.scriptdir, plugin_path))
else
@ -138,4 +138,4 @@ end
-- #################################
return code_editor
return code_editor