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.
- package/bin.cjs +1 -1
- 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.
|
|
68311
|
+
(e) => Effect_exports.logDebug(
|
|
68312
68312
|
`Error occurred when killing child process.`,
|
|
68313
68313
|
e
|
|
68314
68314
|
)
|