Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Mar 23, 2022
1 parent ffc4d2e commit 9e0a8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { pipeline } from 'stream';
import * as extract from 'extract-zip';
import { getBrowserData } from './browser';
import { getOS, isSupportedPlatform, isWin } from './os';
const cdnUrl = process.env.npm_config_edgedriver_cdnurl || process.env.EDGEDRIVER_CDNURL || 'https://msedgedriver.azureedge.net';
const cdnUrl =
process.env.npm_config_edgedriver_cdnurl || process.env.EDGEDRIVER_CDNURL || 'https://msedgedriver.azureedge.net';
const mainDir = resolve(__dirname, '..');
const outFile = 'msedgedriver.zip';
const driverFolder = 'bin';
Expand Down

0 comments on commit 9e0a8ab

Please sign in to comment.