An error occurred while fetching this tab.
Fix an exception in notifier when message is empty
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
If there is an issue sending a notification the callback is invoked with just the error argument and no message. Then in the callback checkActivationNotifierResponse is called with the message argument without checking first if it is valid causing an exception.
Before this change the error shown was: "Problem initializing notification" "TypeError: Cannot read property 'trim' of undefined
The real error was masked by the exception: "Problem with notification" "Error: not found: notify-send"
Closes https://gitlab.com/gitlab-org/gitter/desktop/issues/185
Push commits to the source branch or add previously merged commits to review them.