debugger: use short. rather than . to print errors if inspector is not loaded

db4
Slava Pestov 2009-10-30 20:53:32 -05:00
parent 8d613a8c9a
commit 888fcdb5f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;