We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2394e commit 63924deCopy full SHA for 63924de
script/config/loader.lua
@@ -54,7 +54,7 @@ function m.loadLocalConfig(uri, filename)
54
end
55
local buf = util.loadFile(path)
56
if not buf then
57
- errorMessage(lang.script('CONFIG_LOAD_FAILED', path))
+ --errorMessage(lang.script('CONFIG_LOAD_FAILED', path))
58
scp:set('lastLocalConfig', nil)
59
scp:set('lastLocalType', nil)
60
return nil
0 commit comments