Skip to content

debugger,test: fix flaky debug logging on SmartOS

Rodrigo Muino Tomonari requested to merge github/fork/Trott/smartos-flaky into master

SmartOS sometimes munges output from process._rawDebug() but Windows can't use console.error() in the debug agent. So inject logic to chose the right thing based on platform.

Fixes: https://github.com/nodejs/node/issues/2476

Merge request reports

Loading