We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All output on stderr causes a 500 Internal Server Error:
proc.stderr.pipe(concat(function error(err) { console.log(err); if (!err.length) return endLog() process.stderr.write(err.toString()) res.statusCode = 500
This includes the DeprecationWarning: 'GLOBAL' is deprecated, use 'global' warning added in Node.js v6: nodejs/node#1838, triggered by cwise-parser
DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
Works with beefy (no server error)
The text was updated successfully, but these errors were encountered:
Not sure of the best fix. Pattern match stderr output for what looks like "warnings"?
Or could wzrd pass through stderr and determine browserify failure by some other means? (process exit code?)
Sorry, something went wrong.
Replace wzrd with beefy to workaround max-mapper/wzrd#15
fc879b7
And scijs/cwise-parser#4 Ref voxel/voxelmetaverse#97
No branches or pull requests
All output on stderr causes a 500 Internal Server Error:
This includes the
DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
warning added in Node.js v6: nodejs/node#1838, triggered by cwise-parserWorks with beefy (no server error)
The text was updated successfully, but these errors were encountered: