ls-manual-update

Checks for manual update of ls-vertretunsplan-desktop and tells outdated clients
git clone git://archive.git.mtrnord.blog/MTRNord/ls-manual-update.git
Log | Files | Refs | LICENSE

commit 2a28275a8354ed03593b78e368148e6d08c66fde
parent 698408508dad3f6014fb7b2b84375590f30c4312
Author: Marcel <mtrnord1@gmail.com>
Date:   Wed, 30 Nov 2016 09:52:53 +0100

some debugging

Diffstat:
Mindex.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.js b/index.js @@ -63,6 +63,7 @@ io.on('connection', function(socket){ var assets = release["assets"] console.log("request made"); x = 0; + console.log("Länge" + assets.length); _.find(assets, function (key) { if (key["name"] == 'local') { var local_asset = key["name"] @@ -73,6 +74,7 @@ io.on('connection', function(socket){ io.emit('AupdateStatus', 'NOTlocal'); } } + console.log("Länge X " + x); x + 1; }) }else {