We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7becadc commit a6bcd78Copy full SHA for a6bcd78
3 files changed
js/index.js
@@ -7,7 +7,7 @@ import querystring from 'node:querystring';
7
import {EventEmitter} from 'node:events';
8
import {exec} from 'node:child_process';
9
import {createHash} from 'node:crypto';
10
-import glob from 'glob';
+import {glob} from 'glob';
11
12
const cliPath = pathUtil
13
.resolve(pathUtil
0 commit comments