streamling errorhandler calls

This commit is contained in:
Michael Freno
2025-12-03 22:19:27 -05:00
parent 940353c1ad
commit efce61d077
18 changed files with 333 additions and 219 deletions

View File

@@ -134,7 +134,10 @@ function ModuleLoader.safeRequire(modulePath, isOptional)
if ModuleLoader._ErrorHandler then
ModuleLoader._ErrorHandler:warn(
"ModuleLoader",
string.format("Optional module '%s' not found, using stub implementation", modulePath)
"MOD_001",
{
modulePath = modulePath
}
)
end