nvda
2af478d2 - Fix an error message in speech manager (#19275)

Commit
178 days ago
Fix an error message in speech manager (#19275) Summary of the issue: In speech manager code, there is an error logging unuseful information, i.e. always `None`.: `IndexError: no utterance index(None, cant save cancellable commands` Description of user facing changes: Log the more useful value of `utterance` instead of `utteranceIndex` which is always `None` in this case.
Author
Parents
Loading