Skip to content

Commit 0f59a43

Browse files
more log
1 parent 5805541 commit 0f59a43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/packages/jobs/src/tasks/review/savePullRequest.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ async function getRepositoryFromProjectId(
7979
.maybeSingle()
8080

8181
if (mappingError || !projectMapping) {
82-
throw new Error(`No repository found for project ID: ${projectId}`)
82+
throw new Error(
83+
`No repository found for project ID: ${projectId}, error: ${JSON.stringify(mappingError)}`,
84+
)
8385
}
8486

8587
return projectMapping.repositories

0 commit comments

Comments
 (0)