Change log message when repository is not found

This commit is contained in:
Koen Vlaswinkel
2023-11-16 14:11:00 +01:00
parent 0323325015
commit a150643cdf

View File

@@ -31,7 +31,7 @@ export class GithubDatabaseModule extends DisposableObject {
const githubRepositoryResult = await findGitHubRepositoryForWorkspace();
if (githubRepositoryResult.isFailure) {
void this.app.logger.log(
`Failed to find GitHub repository for workspace: ${githubRepositoryResult.errors.join(
`Did not find a GitHub repository for workspace: ${githubRepositoryResult.errors.join(
", ",
)}`,
);