Skip to content

Commit

Permalink
Fix display of auto-terminated line on exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dan4thewin committed Oct 12, 2024
1 parent 911c304 commit da30ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff.boot
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ variable hide hide on
:^ ossetup ;
:. _back >in@ 1- dup BEGIN tib <> drop WHILE 1- dupc@ 10- drop 0= TILL 1+ END
swap over- type ;
:. _auto noauto@ 0- drop 0= IF ;` THEN ;
:. _auto noauto@ 0- drop 0= IF >in@ -- ;` THEN ;
:. eval. >in@ tp@ 2>r over+ tp! >in! compiler _auto 2r> tp! >in! ;
:. _eval eval. '
:. _exec catch 0; _back ."_<-error:_" c@+ type cr 2drop
Expand Down

0 comments on commit da30ac6

Please sign in to comment.