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

Check if request is handled before continue() or abort() is called #157

Closed
wants to merge 2 commits into from
Closed

Check if request is handled before continue() or abort() is called #157

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 19, 2020

In reference to issue #156

@@ -1,6 +1,6 @@
{
"name": "puppeteer-extra-plugin-block-resources",
"version": "2.2.4",
"version": "2.2.5",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you revert this change please?

@@ -111,6 +112,6 @@ class Plugin extends PuppeteerExtraPlugin {
}
}

module.exports = function(pluginConfig) {
module.exports = function (pluginConfig) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you revert this change please?

There's no strict guidelines on how the code should be linted, therefore it's best to keep it as similar as possible for now :)

@berstend
Copy link
Owner

This PR is one year old, closing in favor of the discussions happening at #156 and #364

@berstend berstend closed this Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants