Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
trivial fixes for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shinout committed May 27, 2016
1 parent 6dba5c7 commit e1cb199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/nca.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Object.keys(subcommands)


export function run(args: Array<string>) {
let argv = args.slice()
const argv = args.slice()
argv.unshift(process.execPath, __filename)
program.parse(argv)
}
Expand Down

0 comments on commit e1cb199

Please sign in to comment.