Use webextension message to console

This commit is contained in:
Shin'ya Ueoka 2018-11-18 18:47:35 +09:00
parent 8220336130
commit 63b93ce1ca
7 changed files with 47 additions and 41 deletions

View file

@ -85,7 +85,7 @@ const exec = (operation, repeat, settings, addonEnabled) => {
break;
case operations.URLS_YANK:
urls.yank(window);
consoleFrames.postInfo(window.document, 'Current url yanked');
consoleFrames.postInfo('Current url yanked');
break;
case operations.URLS_PASTE:
urls.paste(