Attempting to Send Voice Command with No Strings Fails to Log Error
Closed this issue · 1 comments
crokita commented
Bug Summary
When trying to send a VoiceCommand containing no or invalid command strings using VoiceCommandManager, it fails to send as expected, but no error is logged to explain this behavior to the app developer.
Reproduction Steps
- Create a voice command array with some voice commands that have empty or blank strings.
- Make one of the voice commands contain only invalid strings
- Send the voice command array using
setVoiceCommands
Expected Behavior:
The library should log that an invalid voice command string was used in a voice command. The library should log that a voice command will not be uploaded due to no valid voice command strings.
Observed Behavior:
Nothing is logged.
Which projects have you seen this bug on?
Vanilla JavaScript, Node.js
JavaScript Version(s)
1.5.0
Testing Environment(s)
SDL Core v8.0.0 + Generic_HMI v0.11.0
Relevant log output
No response
theresalech commented
Closed via #530