File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 "babel-register" : " ^6.18.0" ,
2828 "babelify" : " ^7.3.0" ,
2929 "browserify" : " ^13.1.0" ,
30- "esdoc" : " ^0.4.0 " ,
31- "esdoc-importpath-plugin" : " 0.0 .1" ,
30+ "esdoc" : " ^0.5.2 " ,
31+ "esdoc-importpath-plugin" : " ^0.1 .1" ,
3232 "fs-extra" : " ^1.0.0" ,
3333 "glob" : " ^5.0.14" ,
3434 "gulp" : " ^3.9.1" ,
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class Driver {
127127 * We don't pool Session instances, to avoid users using the Session after they've called close.
128128 * The `Session` object is just a thin wrapper around Connection anyway, so it makes little difference.
129129 * @param {Promise } connectionPromise - promise resolved with the connection.
130- * @return {function(*= ) } - function that releases the connection and then executes an optional callback.
130+ * @return {function(callback: function ) } - function that releases the connection and then executes an optional callback.
131131 * @protected
132132 */
133133 _releaseConnection ( connectionPromise ) {
You can’t perform that action at this time.
0 commit comments