metrics script calls `.exit()` to skip waiting for socket

pull/29/head
tycrek 3 years ago
parent a09208c2e1
commit 8151154ed9
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -39,6 +39,7 @@ module.exports = () => {
.blank();
Object.values(users).forEach(({ username, count, size }) => log.info(`- ${username}`, formatBytes(size), `${count} files`));
process.exit(0);
})
.catch(log.c.error);
}

Loading…
Cancel
Save