nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit e37ff36ea6539fffdc99d9d77c5a543dc3d8d4d3
parent ce110856f7f317c4c793137aa0b8c0e33e7b2038
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:16:52 +0200

Where do I lose the Github response?

Diffstat:
Mbackend/pluginManager.js | 1+
Mweb/theme/js/pluginManagerConnect.js | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/backend/pluginManager.js b/backend/pluginManager.js @@ -39,5 +39,6 @@ var pluginManager = module.exports = {} repo: "sourcemod" }, function(err, res) { return res + console.log(res); }); } diff --git a/web/theme/js/pluginManagerConnect.js b/web/theme/js/pluginManagerConnect.js @@ -16,7 +16,7 @@ socket.on('status_alert', function (message) { }); socket.on('SourcemodList', function (message) { - console.error(message) + console.log(message) drawTable(message.response); }); function drawTable(data) {