0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/fixtures/throws_error3.js
2010-12-02 17:49:23 -08:00

4 lines
59 B
JavaScript

process.nextTick(function() {
JSON.parse(undefined);
});