@bian-womp/spark-graph 0.3.48 → 0.3.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/index.cjs CHANGED
@@ -1108,7 +1108,7 @@ class LevelLogger {
1108
1108
  const contextStr = rest && Object.keys(rest).length > 0
1109
1109
  ? `${formatJson ? "\n" : " "}${Object.entries(rest)
1110
1110
  .map(([k, v]) => formatJson
1111
- ? `\n${k}=${JSON.stringify(v, undefined, 2)}`
1111
+ ? `${k}=${JSON.stringify(v, undefined, 2)}`
1112
1112
  : `${k}=${JSON.stringify(v)}`)
1113
1113
  .join(formatJson ? "\n" : " ")}`
1114
1114
  : "";