Skip to content

Commit

Permalink
fix: uncomment node shebang line in terminal package (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Jan 29, 2020
1 parent 4e3e421 commit 2a59726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/terminal/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// #!/usr/bin/env node
#!/usr/bin/env node

const { Select } = require('enquirer')
const args = require('commander')
const SerialPort = require('@serialport/stream')
Expand Down

0 comments on commit 2a59726

Please sign in to comment.