Skip to content

Commit

Permalink
Fixed bug that caused duplicate analysis of files in a multi-root wor…
Browse files Browse the repository at this point in the history
…kspace.
  • Loading branch information
msfterictraut committed Jul 19, 2019
1 parent ea01e37 commit aa5f66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/analyzer/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class AnalyzerService {
}
}
}
} else {
} else if (projectRoot) {
configFilePath = this._findConfigFile(projectRoot);
if (configFilePath) {
projectRoot = getDirectoryPath(configFilePath);
Expand Down

0 comments on commit aa5f66e

Please sign in to comment.