Skip to content

Commit

Permalink
Fix typecheck for update.js
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Sep 21, 2023
1 parent 5bca510 commit 48cb215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const fs = require('fs');
const semver = require('semver');
const execSync = require('child_process').execSync;
const currentChromedriverVersion = require('./lib/chromedriver').version;
// @ts-expect-error
const currentVersionInPackageJson = require('./package.json').version;

// fetch the latest chromedriver version
Expand Down

0 comments on commit 48cb215

Please sign in to comment.