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 76130028bc8c95f826ffc3cda305316976195acf
parent e37ff36ea6539fffdc99d9d77c5a543dc3d8d4d3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:18:33 +0200

Loosing Data direct

Diffstat:
Mbackend/pluginManager.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/backend/pluginManager.js b/backend/pluginManager.js @@ -11,7 +11,7 @@ var github = new GitHubApi({ // required version: "3.0.0", // optional - debug: true, + debug: false, protocol: "https", host: "api.github.com", // should be api.github.com for GitHub pathPrefix: "", // for some GHEs; none for GitHub @@ -39,6 +39,7 @@ var pluginManager = module.exports = {} repo: "sourcemod" }, function(err, res) { return res - console.log(res); + console.warn(res); + console.error(err); }); }