add tests for node
This commit is contained in:
parent
0481cf8e02
commit
8b5e616668
2 changed files with 54 additions and 45 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue