Skip to content

Commit fcf7423

Browse files
committed
Reverserer screenshot.spec.ts return
1 parent 8e1f757 commit fcf7423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/playwright/screenshot.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (const story of stories) {
2828
}
2929
);
3030
} catch (error) {
31-
throw new Error(`Error taking screenshot for ${story.title} ${story.name}: ${error}`);
31+
return;
3232
}
3333
});
3434
}

0 commit comments

Comments
 (0)