Skip to content

Commit

Permalink
fix: use @anycli/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent a76edb7 commit 90afa69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/plugin/bin/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node

require('@anycli/command').run()
.catch(require('@anycli/errors/handle'))

0 comments on commit 90afa69

Please sign in to comment.