Skip to content

Commit

Permalink
fix: counter in prompt loop incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl committed May 8, 2020
1 parent 19c5356 commit 2f2f0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ let promptMain = async () => {
logError("Unable to download episode", error);
}

counter += 1;
console.log("");
}
};
Expand Down

0 comments on commit 2f2f0ae

Please sign in to comment.