mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Removed dupilcate errors in log
This commit is contained in:
@@ -41,7 +41,6 @@ for index,path in pairs(files) do
|
|||||||
if not success then
|
if not success then
|
||||||
-- Failed to load a file
|
-- Failed to load a file
|
||||||
log('[ERROR] Failed to load file: '..path)
|
log('[ERROR] Failed to load file: '..path)
|
||||||
log('[ERROR] '..file)
|
|
||||||
table.insert(errors,'[ERROR] '..path..' :: '..file)
|
table.insert(errors,'[ERROR] '..path..' :: '..file)
|
||||||
elseif type(file) == 'string' and file:find('not found') then
|
elseif type(file) == 'string' and file:find('not found') then
|
||||||
-- Returned a file not found message
|
-- Returned a file not found message
|
||||||
|
|||||||
Reference in New Issue
Block a user