From 6fe345dc2cc23fee0a76d98908421acf52e050ac Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 3 Sep 2020 15:44:43 -0700 Subject: [PATCH] Makes the character save test more verbose when failing. --- code/modules/unit_tests/character_saving.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/unit_tests/character_saving.dm b/code/modules/unit_tests/character_saving.dm index 6c83d4142a..bdcb0f0276 100644 --- a/code/modules/unit_tests/character_saving.dm +++ b/code/modules/unit_tests/character_saving.dm @@ -11,4 +11,4 @@ if(P.features["ooc_notes"] != "Bar") Fail("OOC text is failing to save.") catch(var/exception/e) - Fail("Failed to save and load character due to exception [e.name]") + Fail("Failed to save and load character due to exception [e.file]:[e.line], [e.name]")