Skip to content

Commit a00da2d

Browse files
committed
wip
1 parent 0ad8901 commit a00da2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgm.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ async function query_pkgx(
333333
const out = await proc.output();
334334
const json = JSON.parse(new TextDecoder().decode(out.stdout));
335335

336-
console.error("HI", json);
336+
console.error("HI", json);
337+
console.error("HI", Deno.env.toObject());
337338

338339
const pkgs =
339340
(json.pkgs as { path: string; project: string; version: string }[]).map(

0 commit comments

Comments
 (0)