Skip to content

Commit b0cfd72

Browse files
committed
fix: await main run function
1 parent a95ea1a commit b0cfd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if (!Array.prototype.toSorted) {
1111
}
1212
}
1313

14-
run()
14+
await run()

0 commit comments

Comments
 (0)