Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Puppeteer stringified button click type #261

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Conversation

adamraine
Copy link
Collaborator

I noticed there were missing quotes around the click type in the puppeteer stringify extension.

@conventional-commit-lint-gcf
Copy link

conventional-commit-lint-gcf bot commented Aug 19, 2022

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

Comment on lines +66 to +69
out.endBlock().appendLine('})().catch(err => {').startBlock();
out.appendLine('console.error(err);');
out.appendLine('process.exit(1);');
out.endBlock().appendLine('});');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by exit 1 when an error is thrown

@adamraine adamraine requested a review from OrKoN August 19, 2022 18:01
@adamraine adamraine changed the title Fix Puppeteer stringified button click type fix: Puppeteer stringified button click type Aug 19, 2022
@OrKoN OrKoN enabled auto-merge (squash) August 22, 2022 07:09
@OrKoN OrKoN merged commit 9a2b1b8 into main Aug 22, 2022
@OrKoN OrKoN deleted the fix-stringify-output branch August 22, 2022 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants