Skip to content

Commit 4e5ec77

Browse files
authored
Merge pull request #62 from thefrontside/cl/make-main-acceptable
remove top level await in main module
2 parents d30a3a0 + 84fce78 commit 4e5ec77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watch/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import denoJson from "./deno.json" with { type: "json" };
77

88
const builtins = ["-h", "--help", "-V", "--version"];
99

10-
await main(function* (argv) {
10+
main(function* (argv) {
1111
let { args, rest } = extract(argv);
1212
parser()
1313
.name("watch")

0 commit comments

Comments
 (0)