clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Using 'console.debug' #33

Closed parithon closed 5 years ago

parithon commented 5 years ago

Not entirely sure what the issue is with my IDE but it appears to be missing the console.debug function. See the supporting attachments. I propose, unless somebody has a solution for me, to use console.log instead of console.debug.

image image

parithon commented 5 years ago

While doing more research into this issue, it appears that NodeJS, after version 9.3, simply alias' console.debug to console.log. _See NodeJS documentation._

clarkio commented 5 years ago

Thanks for digging into console.debug more and sharing this information. Looks like all the console.debug instances have been removed so closing this issue. I briefly checked closed PR's and didn't see which one included the changes that addressed this issue. If you know offhand please tag it otherwise no big deal.

parithon commented 5 years ago

I briefly checked closed PR's and didn't see which one included the changes that addressed this issue. If you know offhand please tag it otherwise no big deal.

I believe it was #36 which now includes this issue for historical record.