mirror of
https://github.com/microsoft/pyright.git
synced 2025-12-23 09:19:29 +00:00
This commit is contained in:
parent
538053da7a
commit
cadded6f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ async function runSingleThreaded(
|
|||
}
|
||||
}
|
||||
|
||||
if (args.createstub && results.requiringAnalysisCount.files === 0) {
|
||||
if (args.createstub) {
|
||||
try {
|
||||
service.writeTypeStub(cancellationNone);
|
||||
service.dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue