Skip to content

Commit ca78c52

Browse files
author
Akos Kitta
committed
fix: use correct emitter
Signed-off-by: Akos Kitta <[email protected]>
1 parent 195c57b commit ca78c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/config/config-service-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class ConfigServiceClient implements FrontendApplicationContribution {
5656
}
5757

5858
get onDidChangeDataDirUri(): Event<URI | undefined> {
59-
return this.didChangeSketchDirUriEmitter.event;
59+
return this.didChangeDataDirUriEmitter.event;
6060
}
6161

6262
async fetchConfig(): Promise<ConfigState> {

0 commit comments

Comments
 (0)