]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap: add a newline between error message and callstack.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 24 Dec 2021 19:00:56 +0000 (11:00 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 24 Dec 2021 19:00:56 +0000 (11:00 -0800)
basis/bootstrap/finish-bootstrap.factor

index 3f583599a0bfa2a82c7dd5a66b2833d7fef6755b..10e98ce379cbef1e475b0443c2dc351a028ddbb9 100644 (file)
@@ -7,6 +7,6 @@ continuations parser.notes namespaces ;
     
     boot
     [ do-startup-hooks command-line-startup ]
-    [ print-error :c flush 1 exit ]
+    [ print-error nl :c flush 1 exit ]
     recover
 ] set-startup-quot