From bf0530dd9df742aad0ef466e76bd3cc26d1fdac5 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 15:30:34 +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 c605c4e..85ed760 100644 --- a/kitchenradio/app/radio.js +++ b/kitchenradio/app/radio.js @@ -78,7 +78,7 @@ exports.play = function(idx) { if (error !== null) { Log.error('Radio: exec error: ' + error); } - }); + } ); ls.on('exit', function (code){