sparkecoder 0.1.6 → 0.1.8

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.
@@ -176,7 +176,8 @@ async function runBackground(command, workingDirectory, options) {
176
176
  cwd: workingDirectory,
177
177
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
178
178
  sessionId: options.sessionId,
179
- background: true
179
+ background: true,
180
+ name: options.name
180
181
  }, workingDirectory);
181
182
  const logFile = join(logDir, "output.log");
182
183
  const wrappedCommand = `(${command}) 2>&1 | tee -a ${shellEscape(logFile)}`;