mozilla / fxa-auth-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
399 stars 121 forks source link

Fix scripts/write-emails-to-disk.js #2999

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

We don't run this very regularly so it's suffered from bit rot. I used it while testing verification reminders and have fixed a few things:

@mozilla/fxa-devs r?

shane-tomlinson commented 5 years ago

@philbooth emails are written as expected, but the process never exits for me, do you see the same thing? Should we add a process.exit(0) after the console.info('done')?