Skip to content

Commit

Permalink
Glob import should not be used
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefan1999-personal committed Jul 29, 2024
1 parent 706f44f commit 5c25dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_loadurl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// ctors). so we utilize `spawnSync` to spawn this program as a child process.
// alternatively we could have use `curl` but this is more portable.

import * as followRedirects from 'follow-redirects';
import followRedirects from 'follow-redirects';
import { parse } from 'node:url';
import { lstatSync, createReadStream } from 'node:fs';
import process from 'node:process'
Expand Down

0 comments on commit 5c25dad

Please sign in to comment.