logging output update

This commit is contained in:
Ben Allfree
2024-01-10 16:37:15 +00:00
parent ab98777877
commit 6ff2567d71

View File

@@ -21,7 +21,7 @@ const mkLog =
*/
(...s) =>
console.log(
`*** [${namespace}]`,
`[${namespace}]`,
...s.map((p) => {
if (typeof p === 'object') return JSON.stringify(p, null, 2)
return p