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 d908e7e commit 7008140Copy full SHA for 7008140
src/api.ts
@@ -326,11 +326,11 @@ export async function resolveVitestAPI(workspaceConfigs: VitestPackage[], config
326
}
327
328
if (!apis.length) {
329
- throw new AggregateError(errors, 'The extension could not load some configs.')
+ log.error('There were errors during config load.', errors)
330
+ throw new Error('The extension could not load any config.')
331
332
else if (errors.length) {
- log.error('There were errors during config load.')
333
- log.error(errors)
334
showVitestError('The extension could not load some configs')
335
336
0 commit comments