Files
Paradise/code/__HELPERS/stacktrace.dm
2022-08-14 02:11:40 +01:00

15 lines
353 B
Plaintext

// This file should contain only these two procs in order to make logging filtering easier
// DO NOT ADD ANYTHING ELSE TO THIS FILE FOR THE LOVE OF GOD
// DONT EVEN EXPAN THIS COMMENT, KEEP THE LINE NUMBERS THE SAME
// (The whitespace after this is for line consistency)
/proc/stack_trace(msg)
CRASH(msg)
/datum/proc/stack_trace(msg)
CRASH(msg)