From 673a8fcb9df3118e4a4e9b50cb91d3787a86c19e Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 3 Jun 2019 21:19:17 +0100 Subject: [PATCH] Update src/Notifier.js Co-Authored-By: Travis Ralston --- src/Notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notifier.js b/src/Notifier.js index ef4102ee91..0b0a5f6990 100644 --- a/src/Notifier.js +++ b/src/Notifier.js @@ -137,7 +137,7 @@ const Notifier = { let audioElement = selector; if (!selector) { if (!sound) { - console.error("Tried to play alert sound but missing #messageAudio"); + console.error("No audio element or sound to play for notification"); return; } audioElement = new Audio(sound.url);