From 771c09ad2f224a403d68611d9b2da74f186d6055 Mon Sep 17 00:00:00 2001 From: Leshana Date: Mon, 30 Mar 2020 16:49:46 -0400 Subject: [PATCH] Make attempt_vr print more complete debugging info/stack trace. --- code/modules/vore/trycatch_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vore/trycatch_vr.dm b/code/modules/vore/trycatch_vr.dm index 78e91e91ebe..396352aadc6 100644 --- a/code/modules/vore/trycatch_vr.dm +++ b/code/modules/vore/trycatch_vr.dm @@ -25,6 +25,7 @@ The proc you're attemping should return nonzero values on success. catch(var/exception/e) error("attempt_vr runtimed when calling [procname] on [callon].") error("attempt_vr catch: [e] on [e.file]:[e.line]") + log_runtime(e) return 0 /*