Skip to content

Commit

Permalink
fix: add name to scuttling exception list (#25849)
Browse files Browse the repository at this point in the history
  • Loading branch information
weizman authored Jul 16, 2024
1 parent 2b1d753 commit 20f54db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ async function defineAndRunBuildTasks() {
'OffscreenCanvas', // Used by browser to generate notifications
// globals chromedriver needs to function
/cdc_[a-zA-Z0-9]+_[a-zA-Z]+/iu,
'name',
'performance',
'parseFloat',
'innerWidth',
Expand Down

0 comments on commit 20f54db

Please sign in to comment.