Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 7f9d212

Browse files
committed
Merge pull request #37 from evenchange4/master
fix(relativePath): path -> p
2 parents d71bb12 + 277ed4f commit 7f9d212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function () {
157157
// Make sure the relative path is "absolute" before
158158
// joining it with the `messagesDir`.
159159
let relativePath = p.join(
160-
path.sep,
160+
p.sep,
161161
p.relative(process.cwd(), filename)
162162
);
163163

0 commit comments

Comments
 (0)