node.js - NodeJS, is console.error synchronous like console.log? -
i noticed while debugging app, console.error not seem execute synchronous while console.log does. wanted try winston see if had same behavior , indeed did. missing here? shouldn't logging synchronous?
ran myself. seems there node.js bug causing this: https://github.com/nodejs/node/issues/7743
Comments
Post a Comment