mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-03-21 03:02:57 +00:00
* First pass * fixes * more fixes * num2hex length changes * pass 2 * fixed warning * looc log fix * . * update tgui * . * . * . * . * perttier * cleanup * . * . * fix token * no * . * . * . * , * modsay eventsay * . --------- 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]")
|