add tests for node

This commit is contained in:
Matias Alejo Garcia 2014-06-19 00:33:27 -03:00
commit 8b5e616668
2 changed files with 54 additions and 45 deletions

View file

@ -195,6 +195,8 @@ Insight.prototype._requestNode = function(options, callback) {
return callback(e, ret);
});
response.on('error', function(e) {
console.log('[Insight.js.201]'); //TODO
return callback(e, ret);
});
});