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 =