mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-21 23:02:32 +00:00
Ported the TG's error handler system, which allows runtime errors to be collected in a datum, browsed, and all the good stuffs
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
/// gives us the stack trace from CRASH() without ending the current proc.
|
|
#define stack_trace(message) _stack_trace(message, __FILE__, __LINE__)
|
|
|
|
#define WORKAROUND_IDENTIFIER "%//%"
|