mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-21 11:00:37 +00:00
output emails as list as well
This commit is contained in:
parent
dbe3088908
commit
dad775fcf6
@ -39,4 +39,9 @@ files.forEach(function (fname) {
|
||||
, os: mdata.os_type, arch: mdata.os_arch });
|
||||
});
|
||||
});
|
||||
console.log('');
|
||||
console.log('[\n' + Object.keys(emails).map(function (k) { return JSON.stringify(emails[k]); }).join(',\n') + '\n]');
|
||||
console.log('');
|
||||
console.log('');
|
||||
console.log(Object.keys(emails).join(', '));
|
||||
console.log('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user