diff --git a/scworker.js b/scworker.js index 167a3457..a1c370ca 100644 --- a/scworker.js +++ b/scworker.js @@ -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; };