Commit d4898080 authored by nanahira's avatar nanahira

exit after finish

parent 64b51255
...@@ -32,5 +32,6 @@ async function main() { ...@@ -32,5 +32,6 @@ async function main() {
allServersList[servers[i]] = userListWithServer[i]; allServersList[servers[i]] = userListWithServer[i];
} }
await fs.promises.writeFile(`./output/all.json`, JSON.stringify(allServersList, null, 2)); await fs.promises.writeFile(`./output/all.json`, JSON.stringify(allServersList, null, 2));
process.exit();
} }
main(); main();
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