node/test/parallel/test-regress-GH-4256.js

5 lines
134 B
JavaScript

process.domain = null;
timer = setTimeout(function() {
console.log("this console.log statement should not make node crash");
}, 1);