Skip to content

Commit 7aa661c

Browse files
committed
awaiting on this.ensureWatchersReady fails existing test
1 parent 623dd01 commit 7aa661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pythonEnvironments/base/locators/common/resourceBasedLocator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export abstract class LazyResourceBasedLocator extends Locator<BasicEnvInfo> imp
3737
await this.ensureResourcesReady();
3838
// There is not need to wait for the watchers to get started.
3939
try {
40-
await this.ensureWatchersReady();
40+
this.ensureWatchersReady();
4141
} catch (ex) {
4242
traceWarn(`Failed to ensure watchers are ready for locator ${this.constructor.name}`, ex);
4343
}

0 commit comments

Comments
 (0)