diff --git a/packages/compile/src/main.test.ts b/packages/compile/src/main.test.ts index 943967e1..6ad235e3 100644 --- a/packages/compile/src/main.test.ts +++ b/packages/compile/src/main.test.ts @@ -22,6 +22,14 @@ async function run(dir: string) { }, ) + console.log(process.version) + console.log({ + stdout: stdout.toString(), + stderr: stderr.toString(), + error, + status, + }) + if (error) { throw error }