fix: remove rejection handler

This commit is contained in:
iCrawl 2017-11-23 17:41:50 +01:00
parent 2a847b6af7
commit 7bd9146ad1
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE
2 changed files with 9 additions and 2 deletions

9
.vscodeignore Normal file
View file

@ -0,0 +1,9 @@
.vscode/**
.vscode-test/**
test/**
.gitattributes
.gitignore
*.md
tsconfig.json
tslint.json
yarn.lock

View file

@ -33,5 +33,3 @@ function setActivity(rpc: Client): void {
window.showErrorMessage(`DiscordRPC: ${error.message}`)
);
}
process.on('unhandledRejection', err => console.error(err));