DevTools: improper console.table calls should have fallback
Before, console.table would print an empty message when it could not produce a table. Now, it follows the spec, which says to fall back to "logging the argument if it can’t be parsed as tabular". https://console.spec.whatwg.org/#table Bug: 895077 Change-Id: I2e9394127321307b2516050270be6cde2e45e7b3 Reviewed-on: https://chromium-review.googlesource.com/c/1327464Reviewed-by:Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#606718}
Showing
Please register or sign in to comment