mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
Chore/configure eslint (#808)
This commit is contained in:
@@ -177,7 +177,6 @@ export function handleError(e: Error, ref: string) {
|
||||
process.stderr.write(`Failed to parse api definition at ${ref}:\n\n - ${e.message}.\n\n`);
|
||||
// TODO: codeframe
|
||||
} else {
|
||||
// @ts-ignore
|
||||
if (e instanceof CircularJSONNotSupportedError) {
|
||||
process.stderr.write(
|
||||
red(`Detected circular reference which can't be converted to JSON.\n`) +
|
||||
|
||||
Reference in New Issue
Block a user