summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-06-02 19:27:15 -0700
committerElizabeth <me@liz.coffee>2025-06-02 19:27:15 -0700
commit2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae (patch)
tree8db4b1ac04da35bed464cc8e4678f90b9eb6bda2 /mod.ts
parenta16fbd3eaa165b3226a3b0ed9848b51718aaeafa (diff)
downloadci-2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae.tar.gz
ci-2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae.zip
Fixes when getStdout would throw early
Diffstat (limited to 'mod.ts')
-rwxr-xr-xmod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod.ts b/mod.ts
index 98470fc..b239992 100755
--- a/mod.ts
+++ b/mod.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --allow-env --allow-net
+#!/usr/bin/env -S deno run --allow-env --allow-net --allow-run
import { argv, IEither, Either } from "@emprespresso/pengueno";
import { runServer } from "@emprespresso/ci_server";