diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-11 21:37:32 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-11 21:37:32 +0900 |
commit | 2190a525b40a102851121c40654dcde2bb5ac6b3 (patch) | |
tree | 88915e03b3cc022eb43ef814cce18dab0b8b510e /src | |
parent | bf890a6d9d793b581a44ee267616ed589f429bef (diff) |
add command actions test
Diffstat (limited to 'src')
-rw-r--r-- | src/actions/command.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/command.js b/src/actions/command.js index 982255c..c983278 100644 --- a/src/actions/command.js +++ b/src/actions/command.js @@ -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': |