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

Slava Pestov 2009-10-30 20:53:32 -05:00
parent 515512a814
commit fc52fbd9f4
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 ;