Skip to content

Instantly share code, notes, and snippets.

@ryzokuken
Created March 8, 2018 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryzokuken/2188fa4412dcddf9baa6d50d00995a46 to your computer and use it in GitHub Desktop.
Save ryzokuken/2188fa4412dcddf9baa6d50d00995a46 to your computer and use it in GitHub Desktop.
'use strict';
require('../common');
process.domain = null;
setTimeout(function() {
console.log('this console.log statement should not make node crash');
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment