Skip to content

Commit

Permalink
squash!: fix path --> options.path
Browse files Browse the repository at this point in the history
  • Loading branch information
maclover7 committed Aug 4, 2018
1 parent 85cf319 commit 67d8a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ Socket.prototype.connect = function(...args) {
this.writable = true;

if (pipe) {
validateString(path, 'path');
validateString(path, 'options.path');
defaultTriggerAsyncIdScope(
this[async_id_symbol], internalConnect, this, path
);
Expand Down

0 comments on commit 67d8a5d

Please sign in to comment.