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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -