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 0c32b99 commit f663c31Copy full SHA for f663c31
src/commander/capture.ts
@@ -38,7 +38,6 @@ command
38
}
39
try {
40
ctx.webStaticConfig = JSON.parse(fs.readFileSync(file, 'utf8'));
41
- ctx.log.info({config : ctx.webStaticConfig})
42
if (!validateWebStaticConfig(ctx.webStaticConfig)){
43
ctx.log.debug(JSON.stringify(validateWebStaticConfig.errors, null, 2));
44
// Iterate and add warning for "additionalProperties"
0 commit comments