Repository: incubator-ignite Updated Branches: refs/heads/ignite-nodejs 98873a621 -> b0a6c9715
#nodejs: debug Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b0a6c971 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b0a6c971 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b0a6c971 Branch: refs/heads/ignite-nodejs Commit: b0a6c9715d2639afbe0208a638780bfa460854de Parents: 98873a6 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Mon Jun 8 01:15:38 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Mon Jun 8 01:15:38 2015 +0300 ---------------------------------------------------------------------- modules/nodejs/src/main/nodejs/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0a6c971/modules/nodejs/src/main/nodejs/server.js ---------------------------------------------------------------------- diff --git a/modules/nodejs/src/main/nodejs/server.js b/modules/nodejs/src/main/nodejs/server.js index b47b944..3bb5f60 100644 --- a/modules/nodejs/src/main/nodejs/server.js +++ b/modules/nodejs/src/main/nodejs/server.js @@ -70,7 +70,7 @@ Server.prototype.runCommand = function(cmdName, params, callback) { else callback.call(null, null, response.response); } catch (e) { - console.log("fail on json parse: " + response) + console.log("fail on json parse: " + fullResponseString) callback.call(null, e, null); } });