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 f7f5808 commit 5cfb54dCopy full SHA for 5cfb54d
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