mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
process.nextTick(function() {
|
|
JSON.parse(undefined);
|
|
});
|