]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/error-list/error-list.factor
ui: change some places to call safe-summary.
[factor.git] / basis / ui / tools / error-list / error-list.factor
index 08a2f11c88326a1abf862d464ff16d556956d95b..e225678e02abae0c1ca0244354a52ab71cbe7cf1 100644 (file)
@@ -83,7 +83,7 @@ M: error-renderer row-columns
             [ error-type error-icon ]
             [ line#>> [ number>string ] [ "" ] if* ]
             [ asset>> [ unparse-short ] [ "" ] if* ]
-            [ error>> summary ]
+            [ error>> safe-summary ]
         } cleave
     ] output>array ;