mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-03 07:27:11 +02:00
Adjusted routine messages to exclude unnecessary details except for places where the script error handler will catch the error location.
This commit is contained in:
@ -231,7 +231,7 @@ protected:
|
||||
{
|
||||
if (m_Terminated)
|
||||
{
|
||||
SqThrowF("Routine [%s] => Was terminated", m_Tag.c_str());
|
||||
SqThrowF("Routine was terminated [%s]", m_Tag.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user