fix: error message

This commit is contained in:
iCrawl 2019-04-11 18:54:59 +02:00
parent c5693a9e21
commit 226b208ebd
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -85,4 +85,4 @@ export async function deactivate() {
await rpc.dispose(); await rpc.dispose();
} }
process.on('unhandledRejection', err => Logger.log(err)); process.on('unhandledRejection', err => Logger.log(err as string));