diff options
Diffstat (limited to 'benchmark/bench/cli-startup.js')
-rw-r--r-- | benchmark/bench/cli-startup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench/cli-startup.js b/benchmark/bench/cli-startup.js index 42d14cd71..aa8880554 100644 --- a/benchmark/bench/cli-startup.js +++ b/benchmark/bench/cli-startup.js @@ -1,4 +1,4 @@ -import { fileURLToPath } from 'url'; +import { fileURLToPath } from 'node:url'; import { execaCommand } from 'execa'; import { markdownTable } from 'markdown-table'; import { astroBin, calculateStat } from './_util.js'; |