mirror of https://github.com/nodejs/node.git
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
|
process.domain = null;
|
||
|
timer = setTimeout(function() {
|
||
|
console.log("this console.log statement should not make node crash");
|
||
|
}, 1);
|