wChunk attempt (2)

This commit is contained in:
Pooya Parsa 2017-08-17 21:52:44 +04:30
parent 1cc2c6b5b0
commit 74df4472bc

View File

@ -97,7 +97,7 @@ export function wp (p) {
export function wChunk (p) { export function wChunk (p) {
/* istanbul ignore if */ /* istanbul ignore if */
if (isWindows) { if (isWindows) {
return p.replace(/\//g, '\\') return p.replace(/\//g, '\\\\')
} }
return p return p
} }