Skip to content

Commit 7b6053e

Browse files
committed
wip
1 parent bcb5e5d commit 7b6053e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

brewkit/unarchive.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default async function (
3939

4040
if (!url.endsWith(".zip")) {
4141
const [cmd, ...args] = mktar(url, stripComponents);
42+
43+
console.error("HI", Deno.env.get("PATH"));
44+
4245
const tar = new Deno.Command(cmd, {
4346
args: args,
4447
stdin: "piped",

0 commit comments

Comments
 (0)