From 112ed96bf0d9a1a22657e099924a0e11af7f89c1 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Sat, 23 Feb 2019 12:33:22 -0700 Subject: [PATCH] review last commit --- patches/integration/20_2_bug_reporter.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/integration/20_2_bug_reporter.patch b/patches/integration/20_2_bug_reporter.patch index dadb437..a31fe48 100644 --- a/patches/integration/20_2_bug_reporter.patch +++ b/patches/integration/20_2_bug_reporter.patch @@ -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; + }