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

Commit 277ed4f

Browse files
Michael Hsu (徐承志)Michael Hsu (徐承志)
authored andcommitted
fix(relativePath): path -> p
fix(relativePath): path -> p
1 parent d71bb12 commit 277ed4f

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)