Skip to content

Commit

Permalink
chore: resolve linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 26, 2024
1 parent 844e893 commit 12c39fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ program
.option('--logLevel', 'Specify log level')
.option('--zip', 'Flag to enable/disable compression')
.option('--managedManifest', 'Managed manifest mode')
.option('--nodeAddon', 'Download NW.js Node headers')
.option('--nodeAddon', 'Download NW.js Node headers');

program.parse();

Expand Down

0 comments on commit 12c39fe

Please sign in to comment.