node/test/message/nexttick_throw.js

14 lines
274 B
JavaScript

'use strict';
require('../common');
process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
process.nextTick(function() {
// eslint-disable-next-line
undefined_reference_error_maker;
});
});
});
});