|
if (!codeowners.users.length) { |
|
console.log("This PR does not have any code-owners") |
|
process.exit(0) |
|
} |
But it seems this early return shouldn't happen, it should proceed and assign maintainers, right?
See also microsoft/TypeScript-DOM-lib-generator#1581.