Skip to content

Commit

Permalink
Drop support for undocumented and deprecated getSocketURL method
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Jan 9, 2018
1 parent c0210fc commit 3662c39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ SCWorker.prototype.close = function (callback) {
this.httpServer.close(callback);
};

// getSocketURL is deprecated
SCWorker.prototype.getSocketPath = SCWorker.prototype.getSocketURL = function () {
SCWorker.prototype.getSocketPath = function () {
return this._socketPath;
};

Expand Down

0 comments on commit 3662c39

Please sign in to comment.