Fix lint
This commit is contained in:
parent
795fb0eb60
commit
33bcf2d1ea
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue