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.
2 parents b5f0237 + a4f2240 commit 611b2b8Copy full SHA for 611b2b8
fsutils_windows.go
@@ -35,5 +35,5 @@ func evalSymlinks(path string) (string, error) {
35
}
36
37
// If exists, we make the path cleaned before being used
38
- return filepath.Abs(path), nil
+ return filepath.Abs(path)
39
0 commit comments