Closed guoxiangyang closed 8 years ago
Dear @guoxiangyang,
Can you provide a test case that reproduce problem?
Thank you.
var i = 0;
setInterval(function() {
console.log(i); i++
}, 1000)
node test.js
ps ax | grep "test.js" Then use redirect to capture the output, nothing happend.
This test case works correctly here. Does reredirect
provide any error?
redirect can not catch the output of nodejs process.