We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623dd01 commit 7aa661cCopy full SHA for 7aa661c
src/client/pythonEnvironments/base/locators/common/resourceBasedLocator.ts
@@ -37,7 +37,7 @@ export abstract class LazyResourceBasedLocator extends Locator<BasicEnvInfo> imp
37
await this.ensureResourcesReady();
38
// There is not need to wait for the watchers to get started.
39
try {
40
- await this.ensureWatchersReady();
+ this.ensureWatchersReady();
41
} catch (ex) {
42
traceWarn(`Failed to ensure watchers are ready for locator ${this.constructor.name}`, ex);
43
}
0 commit comments