Skip to content

Commit

Permalink
update: Use update-notifier from SAO
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 12, 2017
1 parent d0ca88c commit 6c6f9a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,451 deletions.
3 changes: 2 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ console.log(`> Generating Mono module in ${targetPath}`)
// See https://sao.js.org/#/advanced/standalone-cli
sao({
template: __dirname,
targetPath
targetPath,
updateNotify: true
}).catch(err => {
console.error(err.name === 'SAOError' ? err.message : err.stack)
process.exit(1)
Expand Down
Loading

0 comments on commit 6c6f9a5

Please sign in to comment.