We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06892ce commit ec72b49Copy full SHA for ec72b49
1 file changed
cmd/src/lsif_upload.go
@@ -91,7 +91,7 @@ Examples:
91
}
92
fmt.Println("File: " + *fileFlag)
93
94
- if rootFlag == nil || *rootFlag == "" {
+ if rootFlag == nil {
95
checkError := func(err error) {
96
if err != nil {
97
fmt.Println(err)
0 commit comments