mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
autobuilder: Clarify error message
This commit is contained in:
@@ -48,7 +48,7 @@ func checkExtractorRun() bool {
|
||||
}
|
||||
return true
|
||||
} else {
|
||||
log.Fatalf("No source directory set.")
|
||||
log.Fatalf("No source directory set.\nThis binary should not be run manually; instead, use the CodeQL CLI or VSCode extension. See https://securitylab.github.com/tools/codeql.")
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user