Skip to content

Commit

Permalink
open extension's report in new window. (fix for incognito) (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed Jul 25, 2017
1 parent 37fd38c commit 934aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-extension/app/src/lighthouse-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ window.runLighthouseInExtension = function(options, categoryIDs) {
filterOutArtifacts(results);
// return enableOtherChromeExtensions(true).then(_ => {
const blobURL = window.createReportPageAsBlob(results, 'extension');
chrome.tabs.create({url: blobURL});
chrome.windows.create({url: blobURL});
// });
}).catch(err => {
// return enableOtherChromeExtensions(true).then(_ => {
Expand Down

0 comments on commit 934aa42

Please sign in to comment.