reduce logs
This commit is contained in:
parent
11580eec42
commit
2e253f52bc
3 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,7 @@ export default (): void => {
|
|||
console.info(`${user.username}@${user.host} is deleted, so delete this user from the system`);
|
||||
await deleteUser(user.username, user.host);
|
||||
} else {
|
||||
console.error(e);
|
||||
console.error(`${e.name}: ${e.message}`);
|
||||
}
|
||||
} finally {
|
||||
if (user.alertMode === 'note')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue