Skip to content

Commit 3b7232c

Browse files
committed
wip
1 parent 8becb50 commit 3b7232c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgm.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ async function query_pkgx(
330330

331331
const out = await proc.output();
332332
const json = JSON.parse(new TextDecoder().decode(out.stdout));
333+
334+
console.error("HI", json);
335+
333336
const pkgs =
334337
(json.pkgs as { path: string; project: string; version: string }[]).map(
335338
(x) => {

0 commit comments

Comments
 (0)