Skip to content

Commit 1654355

Browse files
fengmk2Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 161b853 commit 1654355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem-ci/patch-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const projects = Object.keys(repos);
1515
const project = process.argv[2];
1616

1717
if (!projects.includes(project)) {
18-
console.error(`Project ${project} is not defined in repo.json`);
18+
console.error(`Project ${project} is not defined in repo.json. Valid projects: ${projects.join(', ')}`);
1919
process.exit(1);
2020
}
2121

0 commit comments

Comments
 (0)