@vocoder/cli 0.1.25 → 0.1.26

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/bin.mjs CHANGED
@@ -2769,6 +2769,7 @@ Translations won't run automatically until you grant access.
2769
2769
  return 1;
2770
2770
  }
2771
2771
  p5.log.error(`Error: ${error.message}`);
2772
+ p5.log.info(error.stack ?? "");
2772
2773
  } else {
2773
2774
  p5.log.error("Unknown setup error");
2774
2775
  }