node/test/message/nexttick_throw.js

13 lines
269 B
JavaScript
Raw Normal View History

var common = require('../common');
var assert = require('assert');
process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
undefined_reference_error_maker;
});
});
});
});