Skip to content

Commit

Permalink
added crlf to prompt line
Browse files Browse the repository at this point in the history
  • Loading branch information
N129BZ committed Aug 13, 2024
1 parent 58eccd8 commit 7446041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if (arg.length >= 1) {
}
}
else {
resp = prompt("Press Enter to process all full charts in the chartprocessindexes array \n\rEnter 1 to process a single VFR chart \n\rEnter * to process all 53 area charts individually: ");
resp = prompt("Press Enter to process all full charts in the chartprocessindexes array\r\nEnter 1 to process a single VFR chart\r\nEnter * to process all 53 area charts individually:\r\n");
}

if (resp.length > 0 && resp !== "0" ) {
Expand Down

0 comments on commit 7446041

Please sign in to comment.