Skip to content

Commit

Permalink
try use metal
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 2, 2024
1 parent 7132366 commit a74daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function makePromiseInfo() {
async function test(port) {
const browser = await puppeteer.launch({
args: [
'--ignore-gpu-blocklist',
'--use-angle=metal',
],
});
const page = await browser.newPage();
Expand Down

0 comments on commit a74daa1

Please sign in to comment.