autobuilder: Clarify error message

This commit is contained in:
Sauyon Lee
2020-10-14 09:39:34 -07:00
parent 3c6626c604
commit 25eebe95e4

View File

@@ -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
}
}