Commit 106e9094 by Lin Wang

fix: exit the process

parent 1be98648
......@@ -86,7 +86,6 @@ async function main() {
}
await redis.quit();
process.exit(0);
}
function isMonday11AM() {
......
......@@ -59,6 +59,8 @@ async function main() {
issue: 'Inconsistencies are detected in i18n master section template',
details: `Google Sheet Links:\n- Non-AI selectors: ${nonAiUrl}\n- AI selectors: ${aiUrl}`
});
process.exit(0);
}
main().catch(err => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment