Skip to content

Commit

Permalink
fix(cli): shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent d1cf13e commit 9bfa5ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { d, fatal } from '../utils'
import { LintError, UserError } from '../utils/errors'

Expand Down

0 comments on commit 9bfa5ca

Please sign in to comment.