evilz / vscode-reveal

Revealjs vsCode extension
https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
MIT License
459 stars 146 forks source link

Fix LogLevel comparisons in Logger #1078

Closed vittorioromeo closed 1 week ago

vittorioromeo commented 2 years ago

Changing log level didn't seem to work properly, because the comparisons in Logger.ts such as this.LogLevel <= LogLevel.Error were comparing the string values of LogLevel.

evilz commented 1 week ago

thank