From 97df3f20fede436c22e3486a091ed851551c536b Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 15:26:36 +0100 Subject: [PATCH] ready4testing --- kitchenradio/app/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchenradio/app/radio.js b/kitchenradio/app/radio.js index 7c53321..871843c 100644 --- a/kitchenradio/app/radio.js +++ b/kitchenradio/app/radio.js @@ -83,7 +83,7 @@ exports.play = function(idx) { ls.on('exit', function (code){ Log.log('Radio: Child process exited with exit code ' + code); }); - }); + ); } else { Log.error('Radio: No channel defined!'); }