node/test/parallel/test-regress-GH-4256.js

7 lines
162 B
JavaScript

'use strict';
require('../common');
process.domain = null;
setTimeout(function() {
console.log('this console.log statement should not make node crash');
}, 1);