Skip to content

Commit

Permalink
formatting, phetsims/aqua#150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 1, 2022
1 parent 0ac7ccf commit 24decc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/puppeteerLoad.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = async function( url, options ) {
} );
const result = await promise;
!page.isClosed() && await page.close();

// If we created a temporary browser, close it
ownsBrowser && await browser.close();
return result;
Expand Down

0 comments on commit 24decc6

Please sign in to comment.