Is there a benefit to console.table(payload) in Bud Server?

of course there is a benefit – debugging. eventually it’ll be put behind a debug flag but for the time being it makes sense to keep it on.

you don’t need to manually edit node_modules, though. just filter your console. no bud code runs in app.js. all dev tooling is confined to the bud.app.editor chunk.

image

3 Likes