diff options
author | Elizabeth <me@liz.coffee> | 2025-06-02 19:27:15 -0700 |
---|---|---|
committer | Elizabeth <me@liz.coffee> | 2025-06-02 19:27:15 -0700 |
commit | 2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae (patch) | |
tree | 8db4b1ac04da35bed464cc8e4678f90b9eb6bda2 /mod.ts | |
parent | a16fbd3eaa165b3226a3b0ed9848b51718aaeafa (diff) | |
download | ci-2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae.tar.gz ci-2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae.zip |
Fixes when getStdout would throw early
Diffstat (limited to 'mod.ts')
-rwxr-xr-x | mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |