Skip to content

Commit 78c59f5

Browse files
authored
Merge pull request #14 from Sy1v4in/fix/wrong-bun-import
🐛 Wrong bun import
2 parents bafff68 + a268d5c commit 78c59f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execute } from "./src"
2-
import { parseArgs } from 'bun'
2+
import { parseArgs } from "util"
33

44
export async function run(): Promise<void> {
55
try {

0 commit comments

Comments
 (0)