Skip to content

Commit

Permalink
Update files/zh-cn/mozilla/add-ons/webextensions/api/tabs/query/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jul 8, 2023
1 parent 6545ce4 commit 9fe929c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function logTabs(tabs) {
}

function onError(error) {
console.error(`Error: ${error}`);
console.error(`错误:${error}`);
}

browser.tabs.query({ url: "*://*.mozilla.org/*" }).then(logTabs, onError);
Expand Down

0 comments on commit 9fe929c

Please sign in to comment.