CaptureCoop / SnipSniper

The Screenshot Tool
https://SnipSniper.net
MIT License
3 stars 0 forks source link

DebugConsole: Uncaught exceptions dont do \n correctly #122

Closed SvenWollinger closed 2 years ago

SvenWollinger commented 2 years ago

This happens because DebugConsole is html. Replace \n with
or something

SvenWollinger commented 2 years ago

Fixed. :^)