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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -