mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-12 19:48:23 +00:00
logging output update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user