Skip to content

Commit 62a0eb2

Browse files
committed
chore: update program import from commander
1 parent 148bdf2 commit 62a0eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const program = require("commander");
3+
const { program } = require("commander");
44

55
program
66
.command("bench", "Benchmark one, multiple or all modules.", {

0 commit comments

Comments
 (0)