]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener.factor
listener: fix call effect names for error-hook.
[factor.git] / basis / listener / listener.factor
index 59820f7fabfc90f452a857cb5d62efb297353d7a..a8ecf642aae75c064405b46ba34342fcbb760ad7 100644 (file)
@@ -72,7 +72,7 @@ SYMBOL: error-hook
 
 : call-error-hook ( error -- )
     error-continuation get error-hook get
-    call( continuation error -- ) ;
+    call( error continuation -- ) ;
 
 [ drop print-error-and-restarts ] error-hook set-global