@andersbakken/fisk 5.0.1 → 5.0.2

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.
@@ -3627,7 +3627,7 @@ try {
3627
3627
  fiskNative.chroot(argv.root);
3628
3628
  }
3629
3629
  catch (err) {
3630
- console.error("Changing root or user failed", err);
3630
+ console.error("Changing root or user failed", { root: argv.root }, err);
3631
3631
  process.exit(1);
3632
3632
  }
3633
3633
  if (pwd) {