microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.28k stars 118 forks source link

expand log error messages #441

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

Specific error messages should be expanded the CLI in a more friendly user fashion.

          @pelikhan as for the "loopback rx ovf" message, here is where it could be patched on CLI side https://github.com/microsoft/devicescript/blob/main/interop/src/debug.ts#L54

Originally posted by @mmoskal in https://github.com/microsoft/devicescript/issues/432#issuecomment-1577604046

pelikhan commented 1 year ago

Implemented.