pass currentTab to doCheck

This commit is contained in:
Kyle Spearrin 2017-12-05 23:52:53 -05:00
parent 9809fc7d75
commit e1158828ec
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ export default class MainBackground {
const currentTab = await this.tabsQueryFirst({ active: true, currentWindow: true });
if (currentTab != null) {
this.doCheck(tab);
this.doCheck(currentTab);
}
}