@polka-codes/runner 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
|
@@ -42783,7 +42783,7 @@ var {
|
|
|
42783
42783
|
Help
|
|
42784
42784
|
} = import__.default;
|
|
42785
42785
|
// package.json
|
|
42786
|
-
var version = "0.9.
|
|
42786
|
+
var version = "0.9.94";
|
|
42787
42787
|
|
|
42788
42788
|
// src/runner.ts
|
|
42789
42789
|
import { execSync } from "node:child_process";
|
|
@@ -68906,9 +68906,11 @@ ${error48}`);
|
|
|
68906
68906
|
const config3 = readConfig(path);
|
|
68907
68907
|
configs.push(config3);
|
|
68908
68908
|
} catch (error48) {
|
|
68909
|
-
|
|
68909
|
+
if (error48 instanceof ZodError) {
|
|
68910
|
+
console.error(`Error in config file: ${path}
|
|
68910
68911
|
${error48}`);
|
|
68911
|
-
|
|
68912
|
+
throw error48;
|
|
68913
|
+
}
|
|
68912
68914
|
}
|
|
68913
68915
|
}
|
|
68914
68916
|
} else {
|