Non-essential console bug on windows 10

A strange console bug has appeared for me when using Meteor with Intellij. I have not tested this in standard console.

It seems the encoding is off, as seen by the line of squares behind “refreshing”. This does not continue on the next line however.

Besides this, after a few days of developing, everything seems to work in order. No packages acting up or other strange issues. Transition seems to be smooth besides this irrelevant little bug.

I think it could be the case that IntelliJ doesn’t parse \b symbol correctly? This is what Meteor uses on Windows to “erase” the line.

It worked fine in Win 8.1. Appeared immediately after upgrade.