We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50ab4b commit dbdea2fCopy full SHA for dbdea2f
packages/opencode/src/config/config.ts
@@ -218,7 +218,7 @@ export namespace Config {
218
result[config.name] = parsed.data
219
continue
220
}
221
- throw new InvalidError({ path: item }, { cause: parsed.error })
+ throw new InvalidError({ path: item, issues: parsed.error.issues }, { cause: parsed.error })
222
223
return result
224
@@ -261,7 +261,7 @@ export namespace Config {
261
262
263
264
265
266
267
0 commit comments