]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/debugger/debugger.factor
Merge branch 'master' into new_ui
[factor.git] / basis / debugger / debugger.factor
index 5f7431ecf33d0393c7f41b762b13a11ed343710a..45bc5bf50aa2b2d2b2884e57039a77a098694cb8 100644 (file)
@@ -252,8 +252,8 @@ M: already-disposed summary drop "Attempting to operate on disposed object" ;
 M: no-current-vocab summary
     drop "Not in a vocabulary; IN: form required" ;
 
-M: no-word-error summary
-    drop "Word not found in current vocabulary search path" ;
+M: no-word-error error.
+    "No word named ``" write name>> write "'' found in current vocabulary search path" print ;
 
 M: staging-violation summary
     drop