Skip to content

Commit

Permalink
Remove unnecessary console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjtc committed Sep 20, 2023
1 parent 95d7061 commit 4fd2d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playwright/transformPlaywright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const testPrefixer = template(
id: %%id%%,
});
} catch (error) {
console.error('Error occurred during page.evaluate:', error);
result = { error: error.message };
throw error;
result = null;
}
if(globalThis.__sbPostRender) {
Expand Down

0 comments on commit 4fd2d05

Please sign in to comment.