Skip to content

Commit 7d4c853

Browse files
committed
fix lint
1 parent ac7fb94 commit 7d4c853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/allure-cypress/src/browser/runtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,12 @@ class AllureCypressTestRuntime implements TestRuntime {
320320
if (!cyExists || !cyTaskExists) {
321321
return true;
322322
}
323-
} catch (error) {
323+
} catch {
324324
return true;
325325
}
326326

327327
return false;
328-
} catch (error) {
328+
} catch {
329329
return true;
330330
}
331331
}

0 commit comments

Comments
 (0)