Fix typo.

This commit is contained in:
Stefan Thomas
2013-07-01 16:11:36 +01:00
parent 3812ac7d53
commit be6bd8cc5d

View File

@@ -93,7 +93,7 @@ Server.prototype.connect = function () {
// we will automatically reconnect.
if (this._connected === true) return;
if (this._remote.trace) console.log('server: connect: %s', this._cfg.url);
if (this._remote.trace) console.log('server: connect: %s', this._opts.url);
// Ensure any existing socket is given the command to close first.
if (this._ws) this._ws.close();