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