fix: remove rejection handler
This commit is contained in:
parent
2a847b6af7
commit
7bd9146ad1
2 changed files with 9 additions and 2 deletions
9
.vscodeignore
Normal file
9
.vscodeignore
Normal file
|
@ -0,0 +1,9 @@
|
|||
.vscode/**
|
||||
.vscode-test/**
|
||||
test/**
|
||||
.gitattributes
|
||||
.gitignore
|
||||
*.md
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
yarn.lock
|
|
@ -33,5 +33,3 @@ function setActivity(rpc: Client): void {
|
|||
window.showErrorMessage(`DiscordRPC: ${error.message}`)
|
||||
);
|
||||
}
|
||||
|
||||
process.on('unhandledRejection', err => console.error(err));
|
||||
|
|
Loading…
Reference in a new issue