Fix command

jh-changes
Shin'ya Ueoka 6 years ago
parent df890379ca
commit 43beccfe0f
  1. 2
      src/background/components/operation.js

@ -100,7 +100,7 @@ export default class BackgroundComponent {
case operations.COMMAND_SHOW_WINOPEN:
if (operation.alter) {
// alter url
return consoleActions.showCommand(tab, 'win ' + tab.url);
return consoleActions.showCommand(tab, 'winopen ' + tab.url);
}
return consoleActions.showCommand(tab, 'winopen ');
case operations.COMMAND_SHOW_BUFFER: