Skip to content

Commit

Permalink
chore: 调试日志
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 8, 2021
1 parent 25ea440 commit 46fc73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function initContextMenu () {
})

chrome.contextMenus.onClicked.addListener(item => {
logger.debug(`contextMenu.${item}`)
logger.debug(`contextMenu.${item.menuItemId}`)
switch (item.menuItemId) {
case 'togglePlaying':
case 'playPrev':
Expand Down

0 comments on commit 46fc73d

Please sign in to comment.