From ce1faa8aaea2c238d7cb8012d2136a6f980422d2 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 15:25:22 +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 39ad97e..7c53321 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!'); }