Skip to content

Commit a150643

Browse files
committed
Change log message when repository is not found
1 parent 0323325 commit a150643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/databases/github-database-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class GithubDatabaseModule extends DisposableObject {
3131
const githubRepositoryResult = await findGitHubRepositoryForWorkspace();
3232
if (githubRepositoryResult.isFailure) {
3333
void this.app.logger.log(
34-
`Failed to find GitHub repository for workspace: ${githubRepositoryResult.errors.join(
34+
`Did not find a GitHub repository for workspace: ${githubRepositoryResult.errors.join(
3535
", ",
3636
)}`,
3737
);

0 commit comments

Comments
 (0)