We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb5e5d commit 7b6053eCopy full SHA for 7b6053e
1 file changed
brewkit/unarchive.ts
@@ -39,6 +39,9 @@ export default async function (
39
40
if (!url.endsWith(".zip")) {
41
const [cmd, ...args] = mktar(url, stripComponents);
42
+
43
+ console.error("HI", Deno.env.get("PATH"));
44
45
const tar = new Deno.Command(cmd, {
46
args: args,
47
stdin: "piped",
0 commit comments