We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3890738 commit 86fdc75Copy full SHA for 86fdc75
packages/get-driver/src/download-driver.ts
@@ -20,7 +20,7 @@ import * as fs from 'fs-extra'
20
import * as stream from 'stream'
21
import fetch from 'node-fetch'
22
import * as unzipper from 'unzipper'
23
-import tar from 'tar'
+import * as tar from 'tar'
24
import {
25
resolveDriverUrl,
26
resolveDriverName,
0 commit comments