We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d231254 commit ff61586Copy full SHA for ff61586
1 file changed
src/index.js
@@ -61,9 +61,6 @@ module.exports = (snippet, { tmpdir, timeout, memory, throwError = true, allow =
61
})()
62
: { isFulfilled: false, value: deserializeError(value), profiling, logging }
63
} catch (error) {
64
- console.log('=========== DEBUG ===========')
65
- console.log('args', JSON.stringify(args))
66
- console.log(error)
67
if (error.signalCode === 'SIGTRAP') {
68
throw createError({
69
name: 'MemoryError',
0 commit comments