Skip to content

Commit

Permalink
Get a restify/node-restify#878 fix to client.close with a tunnel-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Sep 28, 2015
1 parent cdb39e4 commit 68397eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bunyan": "1.x >=1.3.3",
"jws": "3.1.0",
"jwk-to-pem": "1.2.0",
"restify": "git+https://github.com/joyent/node-restify.git#fd5d5b5",
"restify": "git+https://github.com/joyent/node-restify.git#afdfb77",
"strsplit": "1.x",
"tough-cookie": "2.0.x",
"vasync": "1.x >=1.6.1",
Expand Down
3 changes: 2 additions & 1 deletion test/v1.jfrogartifactory.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ try {
CONFIG = null;
log.warn(e, 'skipping jfrog artifactory tests: ' +
'could not load "jfrogartifactory" key from test/config.json')
console.warn("# skipping jfrog artifactory tests: %s", e.message);
console.warn("# warning: skipping jfrog artifactory tests: %s",
e.message);
}


Expand Down

0 comments on commit 68397eb

Please sign in to comment.