We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad8901 commit a00da2dCopy full SHA for a00da2d
1 file changed
pkgm.ts
@@ -333,7 +333,8 @@ async function query_pkgx(
333
const out = await proc.output();
334
const json = JSON.parse(new TextDecoder().decode(out.stdout));
335
336
-console.error("HI", json);
+ console.error("HI", json);
337
+ console.error("HI", Deno.env.toObject());
338
339
const pkgs =
340
(json.pkgs as { path: string; project: string; version: string }[]).map(
0 commit comments