thinger-io / thinger-server

Thinger.io Server Repository
MIT License
3 stars 0 forks source link

[Device Terminal Screen] - The console messages get mixed up with the command text on the Terminal screen #27

Open georgevbsantiago opened 1 year ago

georgevbsantiago commented 1 year ago

The console.print() messages get mixed up with the command text on the Terminal screen. Ex: When digital “help”, console.print() printed the text “COMANDO…” between the letters of “help”. The command worked, but the text was jumbled. See image below: It would be appropriate for the console.print() messages not to mix with the command text in the terminal.

image