From: John Benediktsson Date: Sun, 2 Jan 2022 16:44:54 +0000 (-0800) Subject: listener: fix call effect names for error-hook. X-Git-Tag: 0.99~1995 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=13e987740012fe3791888f8980057338a71a7042 listener: fix call effect names for error-hook. --- diff --git a/basis/listener/listener.factor b/basis/listener/listener.factor index 59820f7fab..a8ecf642aa 100644 --- a/basis/listener/listener.factor +++ b/basis/listener/listener.factor @@ -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