jiangyaokai

Results 2 issues of jiangyaokai

Hi, I wonder if there are limits around setRequireRootDirectory. I have initialized a nodejs project under /tmp/jyktest. ``` { "name": "jyk-test", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error:...

Is it feasible to add catching segfault in native code so when things blow up it doesn't destroy the entire jvm?