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.
2 parents 05c072d + 5cfb54d commit 442ba64Copy full SHA for 442ba64
src/commander/capture.ts
@@ -46,11 +46,9 @@ command
46
ctx.log.warn(`Additional property "${error.params.additionalProperty}" is not allowed.`)
47
} else {
48
const validationError = error.message;
49
- process.exit(1);
50
throw new Error(validationError || 'Invalid Web Static config found in file : ' + file);
51
}
52
});
53
54
throw new Error(validateWebStaticConfig.errors[0]?.message);
55
56
0 commit comments