mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-20 15:12:19 +00:00
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
/// gives us the stack trace from CRASH() without ending the current proc.
|
|
/// Do not call directly, use the [stack_trace] macro instead.
|
|
/proc/_stack_trace(message, file, line)
|
|
CRASH("[message] ([file]:[line])")
|