Skip to content

Commit 1bedca8

Browse files
committed
chore: debug
1 parent 39cc1e0 commit 1bedca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = (snippet, { tmpdir, timeout, memory, throwError = true, allow =
4646
})
4747
Readable.from(content).pipe(subprocess.stdin)
4848
const [{ stdout }] = await Promise.all([subprocess, cleanupPromise])
49+
console.log('parsing stdout', stdout)
4950
const { isFulfilled, value, profiling, logging } = JSON.parse(stdout)
5051
profiling.duration = duration()
5152
debug('node', {

0 commit comments

Comments
 (0)