@platforma-sdk/bootstrap 3.1.18 → 3.1.20

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/dist/index.mjs CHANGED
@@ -489,7 +489,6 @@ function Qr(a, e, t, r) {
489
489
  var c;
490
490
  a.debug(
491
491
  `Running:
492
- env: ${JSON.stringify(r.env)}
493
492
  cmd: ${JSON.stringify([e, ...t])}
494
493
  wd: ${(c = r.cwd) == null ? void 0 : c.toString()}`
495
494
  ), r.env = { ...process.env, ...r.env }, a.debug(" spawning child process");