Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console: .table fall back to logging for function too
According to the console.table documentation, it reads that it "falls back to just logging the argument if it canβt be parsed as tabular." But it doesn't fall back when I give a function as its first argument. It logs an empty table. This is fixes by this commit. PR-URL: #20681 Fixes: #20679 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
- Loading branch information