mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Set Default Verbose To False
This commit is contained in:
@@ -27,7 +27,7 @@ error = function(err)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- Replaces the base require function and verbose function
|
-- Replaces the base require function and verbose function
|
||||||
_verbose = true -- Set to true for more on the loading of the files
|
_verbose = false -- Set to true for more on the loading of the files
|
||||||
function verbose(str) if _verbose then log(str) print(str) end end
|
function verbose(str) if _verbose then log(str) print(str) end end
|
||||||
verbose('============================= START =============================')
|
verbose('============================= START =============================')
|
||||||
require_return_err = false -- Set to false when removing files; set to true for debuging
|
require_return_err = false -- Set to false when removing files; set to true for debuging
|
||||||
|
|||||||
Reference in New Issue
Block a user