Attention is currently required from: fixeria, laforge, neels, osmith, pespin.
1 comment:
File src/core/logging_emscripten.c:
Patch Set #27, Line 49: rc = vsnprintf(msg, sizeof(msg), format, ap);
BTW, you are losing context information here, like file&line. […]
Thanks for the suggestion.
In the web/Emscripten case the log output is primarily used in a Vue 3 component to give a high-level view of the current system state, not for detailed debugging. Because of that, file and line information is intentionally not exposed or consumed on the JS side.
To view, visit change 41813. To unsubscribe, or for help writing mail filters, visit settings.