`console.table` function is there in Node.js 8.x, but why doesn't it output anything? I would expect something consistent with [the spec](https://developer.mozilla.org/en-US/docs/Web/API/Console/table), but the function outputs nothing.
console.tablefunction is there in Node.js 8.x, but why doesn't it output anything?I would expect something consistent with the spec, but the function outputs nothing.