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 553b4f9175f8d3795c17b7a2b96b2624f8539a0f
parent 94746cd366b780723bb953ed5baa6e02c854b71d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:06:30 +0200

More DEBUG

Diffstat:
Mweb/theme/js/pluginManagerConnect.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/web/theme/js/pluginManagerConnect.js b/web/theme/js/pluginManagerConnect.js @@ -16,6 +16,8 @@ socket.on('status_alert', function (message) { }); socket.on('SourcemodList', function (message) { + + console.error("WHY") console.warn(message) drawTable(message.response); });