Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Dec 14, 2024
1 parent 0d7f5ff commit df42fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/pyright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const checkForErrors = (
configParseErrorOccurred: false | string,
console: ConsoleInterface
): boolean => {
if (console instanceof StandardConsole && console.errors) {
if (console instanceof StandardConsole && console.errors.length) {
exitStatus.resolve(ExitStatus.ConfigFileParseError);
return true;
}
Expand Down

0 comments on commit df42fdf

Please sign in to comment.