mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Make attempt_vr print more complete debugging info/stack trace.
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user