We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0323325 commit a150643Copy full SHA for a150643
1 file changed
extensions/ql-vscode/src/databases/github-database-module.ts
@@ -31,7 +31,7 @@ export class GithubDatabaseModule extends DisposableObject {
31
const githubRepositoryResult = await findGitHubRepositoryForWorkspace();
32
if (githubRepositoryResult.isFailure) {
33
void this.app.logger.log(
34
- `Failed to find GitHub repository for workspace: ${githubRepositoryResult.errors.join(
+ `Did not find a GitHub repository for workspace: ${githubRepositoryResult.errors.join(
35
", ",
36
)}`,
37
);
0 commit comments