bitfocus / companion-module-etc-paradigm

MIT License
0 stars 1 forks source link

Issue9 error unexpected token in json #10

Closed zerbzman closed 10 months ago

zerbzman commented 10 months ago

Fixed #9 where channels were named with an escaped new line character but I think the wrong new line character was sent from the server.

\ vs \\n It's hard to show in this preview.

Result in user's screen showed the intended result to be a space so I fixed it by replacing the new line characters with spaces.