Created
March 8, 2018 19:11
-
-
Save ryzokuken/2188fa4412dcddf9baa6d50d00995a46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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