Skip to content

Commit

Permalink
[node] Typical javascript error
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Feb 4, 2016
1 parent 229199f commit e07adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/jlibtorrent.js
Expand Up @@ -167,7 +167,7 @@ const swig = require('./jlibtorrent.node');
util.inherits(Session, EventEmitter);

Session.prototype.swig = function () {
return this.sp;
return this.s;
}

Session.prototype.postDHTStats = function () {
Expand Down

0 comments on commit e07adb0

Please sign in to comment.