This commit is contained in:
tamaina 2020-04-03 17:17:46 +09:00
parent 795fb0eb60
commit 33bcf2d1ea
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ async function main(uri: string): Promise<any> {
export default () => {
const args = process.argv.slice(3);
const uri = args[0];
main(uri).then(result => {
console.log(`Done: ${result}`);
process.exit(0);