Fix command
This commit is contained in:
parent
df890379ca
commit
43beccfe0f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default class BackgroundComponent {
|
||||||
case operations.COMMAND_SHOW_WINOPEN:
|
case operations.COMMAND_SHOW_WINOPEN:
|
||||||
if (operation.alter) {
|
if (operation.alter) {
|
||||||
// alter url
|
// alter url
|
||||||
return consoleActions.showCommand(tab, 'win ' + tab.url);
|
return consoleActions.showCommand(tab, 'winopen ' + tab.url);
|
||||||
}
|
}
|
||||||
return consoleActions.showCommand(tab, 'winopen ');
|
return consoleActions.showCommand(tab, 'winopen ');
|
||||||
case operations.COMMAND_SHOW_BUFFER:
|
case operations.COMMAND_SHOW_BUFFER:
|
||||||
|
|
Reference in a new issue