@polka-codes/cli 0.9.93 → 0.9.94
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.js +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42709,9 +42709,11 @@ ${error48}`);
|
|
|
42709
42709
|
const config3 = readConfig(path);
|
|
42710
42710
|
configs.push(config3);
|
|
42711
42711
|
} catch (error48) {
|
|
42712
|
-
|
|
42712
|
+
if (error48 instanceof ZodError) {
|
|
42713
|
+
console.error(`Error in config file: ${path}
|
|
42713
42714
|
${error48}`);
|
|
42714
|
-
|
|
42715
|
+
throw error48;
|
|
42716
|
+
}
|
|
42715
42717
|
}
|
|
42716
42718
|
}
|
|
42717
42719
|
} else {
|
|
@@ -112340,7 +112342,7 @@ var {
|
|
|
112340
112342
|
Help
|
|
112341
112343
|
} = import__.default;
|
|
112342
112344
|
// package.json
|
|
112343
|
-
var version = "0.9.
|
|
112345
|
+
var version = "0.9.94";
|
|
112344
112346
|
|
|
112345
112347
|
// src/commands/agent.ts
|
|
112346
112348
|
init_src();
|