mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-05 21:00:18 +03:00
Update cli/index.ts
Co-authored-by: Adam Altman <adam@redoc.ly>
This commit is contained in:
parent
3e4a712912
commit
38844f683e
|
@ -455,7 +455,7 @@ function getObjectOrJSON(options) {
|
|||
default:
|
||||
const configFile = findConfig();
|
||||
if (configFile) {
|
||||
console.log(`Found ${configFile} and use options from features.openapi`);
|
||||
console.log(`Found ${configFile} and using features.openapi options`);
|
||||
try {
|
||||
const config = parseYaml(readFileSync(configFile, 'utf-8')) as Config;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user