We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30a3a0 + 84fce78 commit 4e5ec77Copy full SHA for 4e5ec77
watch/main.ts
@@ -7,7 +7,7 @@ import denoJson from "./deno.json" with { type: "json" };
7
8
const builtins = ["-h", "--help", "-V", "--version"];
9
10
-await main(function* (argv) {
+main(function* (argv) {
11
let { args, rest } = extract(argv);
12
parser()
13
.name("watch")
0 commit comments