ai-hero-cli 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/bin.cjs +1 -1
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -68308,7 +68308,7 @@ var runLesson = Effect_exports.fn("runLesson")(function* (opts) {
68308
68308
  yield* Effect_exports.addFinalizer(
68309
68309
  () => proc.kill().pipe(
68310
68310
  Effect_exports.catchAll(
68311
- (e) => Effect_exports.logError(
68311
+ (e) => Effect_exports.logDebug(
68312
68312
  `Error occurred when killing child process.`,
68313
68313
  e
68314
68314
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hero-cli",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "description": "The CLI used to run exercises for the AI Hero course",
6
6
  "bin": "bin.cjs",