From e8dcb23aff32dbe9565e5916fae462f043280ebc Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Fri, 8 Dec 2023 20:41:29 -0600 Subject: [PATCH] fix: catch execution context errors --- src/Puppeteer.FFI.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Puppeteer.FFI.purs b/src/Puppeteer.FFI.purs index 73d1644..b0557b6 100644 --- a/src/Puppeteer.FFI.purs +++ b/src/Puppeteer.FFI.purs @@ -51,7 +51,7 @@ promiseToAff work = $ unsafeReadTagged "Error" e retryErrorsMatching = - [ "execution context destroyed" + [ "execution context was destroyed" ] shouldRetry e =