microsoft / devicescript

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

website build ignores errors in snippets #161

Closed mmoskal closed 1 year ago

mmoskal commented 1 year ago

eg see https://microsoft.github.io/devicescript/developer/register-read

pelikhan commented 1 year ago

currently configured to ignore all client docs

mmoskal commented 1 year ago

I'm confused, last time I went to this page, it was (correctly) showing "missing 'await'" error. Now it doesn't show anything. I think it should show the error and stop the build.