Make attempt_vr print more complete debugging info/stack trace.

This commit is contained in:
Leshana
2020-03-30 20:30:36 -04:00
parent 2e114ede5c
commit 771c09ad2f
+1
View File
@@ -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
/*