Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Fix #109
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed Jan 10, 2017
1 parent 707f9cd commit 94881ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ const { u: username, p: password, _: files, a: albumName } = argParser.argv;
console.info(JSON.stringify(photos, null, 2));
})().catch(function (err) {
console.error(err.stack);
process.abort();
});

0 comments on commit 94881ad

Please sign in to comment.