debugger: use short. rather than . to print errors if inspector is not loaded
parent
8d613a8c9a
commit
888fcdb5f8
|
@ -22,7 +22,7 @@ M: source-file-error error-help error>> error-help ;
|
|||
|
||||
GENERIC: error. ( error -- )
|
||||
|
||||
M: object error. . ;
|
||||
M: object error. short. ;
|
||||
|
||||
M: string error. print ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue