Skip to content

Commit cd718a1

Browse files
authored
Merge pull request #35 from mpvue/wz/fix-win-path-error
fix: clean console
2 parents 85a967b + bf92f9c commit cd718a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/relative.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ const relative = require('relative')
22
const upath = require('upath')
33

44
module.exports = function (...arv) {
5-
console.log(upath.normalize(relative(...arv)))
65
return upath.normalize(relative(...arv))
76
}

0 commit comments

Comments
 (0)