From c8a83d391a37ba3823c46f7e00126e7616b3c89e Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Thu, 16 May 2024 12:38:25 -0700 Subject: [PATCH] fix: workaround c8 bug --- packages/w3up-client/src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/w3up-client/src/client.js b/packages/w3up-client/src/client.js index 7fc45ff38..3b524fb2c 100644 --- a/packages/w3up-client/src/client.js +++ b/packages/w3up-client/src/client.js @@ -369,7 +369,7 @@ export class Client extends Base { cause: error, }) } - /* c8 ignore stop */ + /* c8 ignore next 4 */ } }) )