Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
review last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 23, 2019
1 parent d159e9d commit 112ed96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/integration/20_2_bug_reporter.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ index 9396b47a..ac486d41 100644
+
+ chrome.tabs.query({
+ active: true,
+ currentWindow: true,
+ }, (tabs) => {
+ currentWindow: true
+ }, function(tabs) {
+ if (chrome.runtime.lastError || tabs.length === 0) {
+ return;
+ }
Expand Down

0 comments on commit 112ed96

Please sign in to comment.