pool: minor.
This commit is contained in:
parent
dfaadd41c6
commit
0067ddfac1
@ -300,7 +300,7 @@ Pool.prototype._init = function _init() {
|
|||||||
* @param {Function} callback
|
* @param {Function} callback
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Pool.prototype._open = function open(callback) {
|
Pool.prototype._open = function _open(callback) {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.getIP(function(err, ip) {
|
this.getIP(function(err, ip) {
|
||||||
if (err)
|
if (err)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user