debugger: fix formatting of restart list
parent
07ce30e1fe
commit
97e6315c47
|
@ -50,7 +50,7 @@ M: string error. print ;
|
|||
|
||||
: restart. ( restart n -- )
|
||||
[
|
||||
1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if
|
||||
1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if
|
||||
name>> %
|
||||
] "" make print ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue