Skip to content

Commit cab9f44

Browse files
committed
fix(tools/project-sync): log PROJECT_NUMBER
1 parent 1848fd7 commit cab9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/@aws-cdk/project-sync/lib/issue-sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const syncIssueData = async (issueDetails: any) => {
3131
}
3232

3333
if (projectItemId === undefined) {
34-
console.log('Issue is not included in project, skipping.');
34+
console.log(`Issue is not included in project ${PROJECT_NUMBER}, skipping.`);
3535
return;
3636
}
3737

0 commit comments

Comments
 (0)