diff --git a/library/tools/debugger.factor b/library/tools/debugger.factor index 7c16ce3c84..68506088fc 100644 --- a/library/tools/debugger.factor +++ b/library/tools/debugger.factor @@ -43,7 +43,8 @@ SYMBOL: restarts edit-location ; : (:help-multi) - "This error has multiple delegates:" print help-outliner ; + "This error has multiple delegates:" print + help-outliner terpri ; : (:help-none) drop "No help for this error. " print ;