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 991b59d commit bd71879Copy full SHA for bd71879
cmd/src/lsif_upload.go
@@ -95,7 +95,7 @@ Examples:
95
}
96
97
if !isFlagSet(flagSet, "root") {
98
- if root, err := codeintel.InferRoot(*flags.root); err != nil {
+ if root, err := codeintel.InferRoot(*flags.file); err != nil {
99
inferErrors = append(inferErrors, inferError{"root", err})
100
} else {
101
flags.root = &root
0 commit comments