Skip to content

Commit

Permalink
upgrade puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-noredink committed Jan 31, 2025
1 parent 9490b0f commit 1ba99c0
Show file tree
Hide file tree
Showing 4 changed files with 1,854 additions and 4,730 deletions.
4 changes: 2 additions & 2 deletions lib/CustomElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function noOp() {}
exports.create = function create(config) {
if (customElements.get(config.tagName)) {
throw Error(
"Custom element with tag name " + config.tagName + " already exists."
"Custom element with tag name " + config.tagName + " already exists.",
);
}

Expand Down Expand Up @@ -168,7 +168,7 @@ function makeMakeClass() {
" }",
" }",
"}",
].join("\n")
].join("\n"),
);
} catch (e) {
return function () {
Expand Down
Loading

0 comments on commit 1ba99c0

Please sign in to comment.