Skip to content

Commit ec72b49

Browse files
authored
Allow empty roots to be supplied explicitly to lsif upload command. (#124)
1 parent 06892ce commit ec72b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/src/lsif_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Examples:
9191
}
9292
fmt.Println("File: " + *fileFlag)
9393

94-
if rootFlag == nil || *rootFlag == "" {
94+
if rootFlag == nil {
9595
checkError := func(err error) {
9696
if err != nil {
9797
fmt.Println(err)

0 commit comments

Comments
 (0)