commit de7c3b760a46ad43745c6f9fe7174c07abaceeb3 parent 2ccf869dbdb792e653958452171530f971da883e Author: Marcel <mtrnord1@gmail.com> Date: Wed, 30 Nov 2016 08:40:14 +0100 some debugging Diffstat:
| M | index.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/index.js b/index.js @@ -55,6 +55,9 @@ io.on('connection', function(socket){ console.log(release); } }) + }else { + console.log(response); + console.error(error); } }) }