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 eaa7350 commit 9dd4db0Copy full SHA for 9dd4db0
modules/util/path.go
@@ -82,7 +82,7 @@ func SafeFilePathAbs(elem ...string) string {
82
}
83
if !filepath.IsAbs(elems[0]) {
84
// This shouldn't happen. If there is really necessary to pass in relative path, return the full path with filepath.Abs() instead
85
- panic("FilePathJoinAbs: result is not absolute, do not guess a relative path based on current working directory")
+ panic("SafeFilePathAbs: result is not absolute, do not guess a relative path based on current working directory")
86
87
88
for i := 1; i < len(elem); i++ {
0 commit comments