From 13e987740012fe3791888f8980057338a71a7042 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 2 Jan 2022 08:44:54 -0800 Subject: [PATCH] listener: fix call effect names for error-hook. --- basis/listener/listener.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1