add command actions test
This commit is contained in:
parent
bf890a6d9d
commit
2190a525b4
2 changed files with 52 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function exec(line) {
|
|||
case 'tabopen':
|
||||
return {
|
||||
type: actions.COMMAND_TABOPEN_URL,
|
||||
url: remaining
|
||||
url: normalizeUrl(remaining)
|
||||
};
|
||||
case 'b':
|
||||
case 'buffer':
|
||||
|
|
Reference in a new issue