We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ac277 commit 7f3361eCopy full SHA for 7f3361e
brewkit/unarchive.ts
@@ -41,7 +41,7 @@ export default async function (
41
const [cmd, ...args] = mktar(url, stripComponents);
42
43
console.error("HI", Deno.env.get("PATH"));
44
- for await (const path of new Path(Deno.env.get("PKGX_BIN")!.ls())) {
+ for await (const path of new Path(Deno.env.get("PKGX_BIN")!).ls()) {
45
console.error("HII", path);
46
}
47
0 commit comments