@bian-womp/spark-graph 0.3.48 → 0.3.50

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
  : "";
@@ -2859,7 +2859,6 @@ class NodeExecutor {
2859
2859
  }
2860
2860
  if (currentNode) {
2861
2861
  ctx.log("debug", "node-done", {
2862
- formatJson: true,
2863
2862
  durationMs: currentNode.stats.lastDurationMs,
2864
2863
  hadError,
2865
2864
  inputs: currentNode.inputs