|
@ -84,7 +84,6 @@ if (argv.help || !subcommand) { |
|
|
.then(async (token) => { |
|
|
.then(async (token) => { |
|
|
try { |
|
|
try { |
|
|
await run(token); |
|
|
await run(token); |
|
|
exit(0); |
|
|
|
|
|
} catch (err) { |
|
|
} catch (err) { |
|
|
if (err.userError) { |
|
|
if (err.userError) { |
|
|
error(err.message); |
|
|
error(err.message); |
|
@ -164,6 +163,8 @@ async function run (token) { |
|
|
exit(1); |
|
|
exit(1); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
alias.close(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
async function sort (aliases) { |
|
|
async function sort (aliases) { |
|
|