We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cc1e0 commit 1bedca8Copy full SHA for 1bedca8
1 file changed
src/index.js
@@ -46,6 +46,7 @@ module.exports = (snippet, { tmpdir, timeout, memory, throwError = true, allow =
46
})
47
Readable.from(content).pipe(subprocess.stdin)
48
const [{ stdout }] = await Promise.all([subprocess, cleanupPromise])
49
+ console.log('parsing stdout', stdout)
50
const { isFulfilled, value, profiling, logging } = JSON.parse(stdout)
51
profiling.duration = duration()
52
debug('node', {
0 commit comments