aboutsummaryrefslogtreecommitdiff
path: root/src/background/shared/completions/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-07-13 22:09:04 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-07-13 22:22:21 +0900
commitccc6a31ddeab78660305d9088e8260156b251779 (patch)
tree0b149dd597b60aa7d8d4c1cd0c7469cb2b87a9a6 /src/background/shared/completions/index.js
parent8db779388f260631286332aec6cb6a448a29d791 (diff)
fix
Diffstat (limited to 'src/background/shared/completions/index.js')
-rw-r--r--src/background/shared/completions/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/shared/completions/index.js b/src/background/shared/completions/index.js
index 4fd37fd..d0d00ef 100644
--- a/src/background/shared/completions/index.js
+++ b/src/background/shared/completions/index.js
@@ -130,7 +130,7 @@ const complete = (line, settings) => {
let name = words[0];
if (words.length === 1) {
let items = completeCommands(name);
- if (items.length === 0) {
+ if (items.length === 0) {
return Promise.resolve([]);
}
return Promise.resolve([