mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 15:36:47 +01:00
c86be958de
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 "%//%"
|