-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.0Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working