diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-01-11 20:07:25 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-01-11 20:07:25 +0900 |
commit | dda4e7475cdd092d00441c7cd0ceb194ee5dee3d (patch) | |
tree | d1bd538de2efb8243a55d80ece4ed5a63feb058d /src/shared/commands/index.js | |
parent | 22c34a0a6f9721fb9d907ab10de91cbbc40d6bbe (diff) |
move commands to background action
Diffstat (limited to 'src/shared/commands/index.js')
-rw-r--r-- | src/shared/commands/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/commands/index.js b/src/shared/commands/index.js index c2cea3e..78cb4df 100644 --- a/src/shared/commands/index.js +++ b/src/shared/commands/index.js @@ -1,4 +1,3 @@ -import exec from './exec'; import complete from './complete'; -export { exec, complete }; +export { complete }; |