mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:53:24 +00:00
Stop ignoring console errors
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { inspect } from 'node:util';
|
||||
|
||||
export function logDeepObject(object: Record<any, any>) {
|
||||
// This is the dev cli, so we can use console.log
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(inspect(object, { showHidden: false, depth: null, colors: true }));
|
||||
}
|
||||
|
Reference in New Issue
Block a user