mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Added watch to allow optimistion
This commit is contained in:
@@ -30,7 +30,7 @@ local errors = {}
|
||||
for index,path in pairs(files) do
|
||||
|
||||
-- Loads the next file in the list
|
||||
log(string.format('[INFO] Loading files %3d/%s',index,total_file_count))
|
||||
log(string.format('[INFO] Loading files %3d/%s (%s)',index,total_file_count,path))
|
||||
local success,file = pcall(require,path)
|
||||
|
||||
-- Error Checking
|
||||
|
||||
Reference in New Issue
Block a user