We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f588626 commit 4f438e7Copy full SHA for 4f438e7
HISTORY.md
@@ -6,6 +6,7 @@ unreleased
6
- deps: [email protected]
7
- deps: statuses@'>= 1.3.1 < 2'
8
* deps: statuses@~1.5.0
9
+ * perf: remove redundant `path.normalize` call
10
11
0.16.2 / 2018-02-07
12
===================
index.js
@@ -546,7 +546,6 @@ SendStream.prototype.pipe = function pipe (res) {
546
547
// join / normalize from optional root dir
548
path = normalize(join(root, path))
549
- root = normalize(root + sep)
550
} else {
551
// ".." is malicious without "root"
552
if (UP_PATH_REGEXP.test(path)) {
0 commit comments