Skip to content

Commit

Permalink
Fix: Normalize path for correct Windows pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound authored and phated committed Feb 21, 2017
1 parent 0dc4937 commit 7621626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var gs = {
stream.write({
cwd: opt.cwd,
base: basePath,
path: filename,
path: path.normalize(filename),
});
});

Expand Down

0 comments on commit 7621626

Please sign in to comment.