in scripts/update.js [67:73]
function logMissing(current, toAdd) { current.forEach(member => { if (!toAdd.includes(member)) { logger.warn(`${member} is in the GitHub team but missing from JSON`); } }); }