]> gitweb.factorcode.org Git - factor.git/commitdiff
listener: fix call effect names for error-hook.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 2 Jan 2022 16:44:54 +0000 (08:44 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 2 Jan 2022 16:46:05 +0000 (08:46 -0800)
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