8000 Added missing argument comment. · codean-io/scip-python@75a38eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a38eb

Browse files
committed
Added missing argument comment.
1 parent eb1ef07 commit 75a38eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyright-internal/src/analyzer/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ export class AnalyzerService {
14161416
this._backgroundAnalysisProgram.configOptions,
14171417
this._backgroundAnalysisProgram.host,
14181418
importFailureInfo,
1419-
true,
1419+
/* includeWatchPathsOnly */ true,
14201420
this._executionRootPath
14211421
);
14221422

0 commit comments

Comments
 (0)
0