mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-03 21:33:31 +01:00
5a62077f2c
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
5 lines
275 B
Plaintext
5 lines
275 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][WORKAROUND_IDENTIFIER][json_encode(list(file, line))][WORKAROUND_IDENTIFIER]")
|