Skip to content

Commit

Permalink
fix: revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 17, 2022
1 parent b7cecbe commit 7e13aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/check_availability.js
Expand Up @@ -114,6 +114,7 @@ function main() {
}
args.splice(0, 1); // remove options arg since we are done with options
}

if (args.length === 1) {
const revision = parseInt(args[0], 10);
checkRangeAvailability({
Expand Down

0 comments on commit 7e13aa8

Please sign in to comment.