@@ -49,3 +49,3 @@ import path from "node:path"; | ||
| for (const [key, value] of Object.entries(rest)) { | ||
| result += `\n${formatAttribute(key, value, 2, false)}`; | ||
| result += `\n${formatAttribute(key, value, 0, false)}`; | ||
| } | ||
@@ -52,0 +52,0 @@ return result; |
+1
-1
| { | ||
| "name": "logforth", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": "Simple logging framework for NodeJS", | ||
@@ -5,0 +5,0 @@ "type": "module", |