We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84af0b commit 853c80cCopy full SHA for 853c80c
utils/file.go
@@ -82,5 +82,5 @@ func RelToCwd(path string) string {
82
if err != nil {
83
relPath = path
84
}
85
- return relPath
+ return filepath.ToSlash(relPath)
86
0 commit comments