mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-29 12:37:18 +01:00
Rewrite logger to account for multiple-threads.
Implement error handling for worker VMs.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace SqMod {
|
||||
*/ catch (const Sqrat::Exception & e) /*
|
||||
*/ { /*
|
||||
*/ LogErr("Squirrel exception caught " action); /*
|
||||
*/ Logger::Get().Debug("%s", e.what()); /*
|
||||
*/ Logger::Get().DebugF(SqVM(), "%s", e.what()); /*
|
||||
*/ } /*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user