Fix command

This commit is contained in:
Shin'ya Ueoka 2018-07-08 21:06:49 +09:00
parent df890379ca
commit 43beccfe0f

View file

@ -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: