mirror of https://github.com/nodejs/node.git
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
|
process.nextTick(function () {
|
||
|
JSON.parse(undefined);
|
||
|
});
|