Fix emoji font stack, change sonic font, fix job ID not being sent on jobs that don't require image input, some error handling fixes
This commit is contained in:
parent
4f66519aa7
commit
7a88f6b693
14 changed files with 30 additions and 32 deletions
|
@ -163,7 +163,9 @@ export default async (client, message) => {
|
|||
file: `Message: ${clean(err)}\n\nStack Trace: ${clean(err.stack)}`,
|
||||
name: "error.txt"
|
||||
}]);
|
||||
} catch { /* silently ignore */ }
|
||||
} catch (e) {
|
||||
_error(`While attempting to send the previous error message, another error occurred: ${e.stack || e}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue