Skip to content

Commit 1edbdda

Browse files
More debug
1 parent 86bb564 commit 1edbdda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cursorless-engine/src/spokenForms/CustomSpokenForms.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ export class CustomSpokenForms {
5959

6060
constructor(private talonSpokenForms: TalonSpokenForms) {
6161
this.disposable = talonSpokenForms.onDidChange(() => {
62-
// this.updateSpokenFormMaps().catch(() => {});
62+
console.log("CustomSpokenForms.onDidChange");
63+
this.updateSpokenFormMaps().catch(() => {
64+
console.log("CustomSpokenForms.onDidChange() catch");
65+
});
6366
});
6467

6568
console.log("CustomSpokenForms constructor");

0 commit comments

Comments
 (0)