fix: error message
This commit is contained in:
parent
c5693a9e21
commit
226b208ebd
1 changed files with 1 additions and 1 deletions
|
@ -85,4 +85,4 @@ export async function deactivate() {
|
|||
await rpc.dispose();
|
||||
}
|
||||
|
||||
process.on('unhandledRejection', err => Logger.log(err));
|
||||
process.on('unhandledRejection', err => Logger.log(err as string));
|
||||
|
|
Loading…
Reference in a new issue