Skip to content

Commit

Permalink
Swap lines for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
KorySchneider committed Apr 19, 2019
1 parent 341d651 commit dc949d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -47,12 +47,12 @@ if (argv.lang || argv.l) {
}
}
if (argv.d) {
_openInBrowser = false;
_disambig = true;
_openInBrowser = false;
}
if (argv.D) {
_openInBrowser = true;
_disambig = true;
_openInBrowser = true;
}
if (argv.line) {
if (parseInt(argv.line) > 0) {
Expand Down

0 comments on commit dc949d1

Please sign in to comment.