Skip to content

Commit

Permalink
Fix named import for glob in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 22, 2024
1 parent cc7e71a commit f02431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (!nodejsSource.includes('import __fs__ from \'fs\';')) {
fs.writeFileSync(nodejsSourceFile, `import __fs__ from 'fs';
import __path__ from 'path';
import __util__ from 'util';
import __glob__ from 'glob';
import { glob as __glob__ } from 'glob';
import __os__ from 'os';
import __xmlhttprequest__ from 'unxhr';
Expand Down

0 comments on commit f02431e

Please sign in to comment.