mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 16:48:13 +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
|
// SAVE AS JSON
|
||||||
rl.on('close', () => {
|
rl.on('close', () => {
|
||||||
try {
|
try {
|
||||||
const json = JSON.stringify(output);
|
const json = JSON.stringify(output);
|
||||||
fs.writeFile('disposable_email_blacklist.json', json, () => console.log('--- FINISHED ---'));
|
fs.writeFile('disposable_email_blacklist.json', json, () => console.log('--- FINISHED ---'));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user