summaryrefslogtreecommitdiff
path: root/test/parallel/test-regress-GH-4256.js
blob: a312fb277fdad5a9edaac6c073c7cbfb2c98d774 (plain)
1
2
3
4
5
6
'use strict';
require('../common');
process.domain = null;
setTimeout(function() {
  console.log('this console.log statement should not make node crash');
}, 1);