mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 08:38:12 +08:00
fix example indentation
This commit is contained in:
parent
ce30459982
commit
bc65ef6213
@ -78,8 +78,8 @@ rl.on('line', (line) => {
|
||||
// SAVE AS JSON
|
||||
rl.on('close', () => {
|
||||
try {
|
||||
const json = JSON.stringify(output);
|
||||
fs.writeFile('disposable_email_blacklist.json', json, () => console.log('--- FINISHED ---'));
|
||||
const json = JSON.stringify(output);
|
||||
fs.writeFile('disposable_email_blacklist.json', json, () => console.log('--- FINISHED ---'));
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user