Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
introduced in 5b65638.
  • Loading branch information
isaacs committed Dec 8, 2012
1 parent 33fa740 commit 0e95ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (isWindows) {

var normalizeUNCRoot = function(device) {
return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\');
}
};

// path.resolve([from ...], to)
// windows version
Expand Down

0 comments on commit 0e95ea4

Please sign in to comment.