Added watch to allow optimistion

This commit is contained in:
Cooldude2606
2019-05-05 20:50:21 +01:00
parent 6b14fe9649
commit 34fcb94200
5 changed files with 96 additions and 14 deletions

View File

@@ -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