Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 25eebe9

Browse files
author
Sauyon Lee
committed
autobuilder: Clarify error message
1 parent 3c6626c commit 25eebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/autobuilder/autobuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func checkExtractorRun() bool {
4848
}
4949
return true
5050
} else {
51-
log.Fatalf("No source directory set.")
51+
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.")
5252
return false
5353
}
5454
}

0 commit comments

Comments
 (0)