Skip to content

Commit

Permalink
Merge pull request #23 from spdermn02/MoreBugFixes
Browse files Browse the repository at this point in the history
More bug fixes
  • Loading branch information
spdermn02 authored Apr 12, 2021
2 parents 230ad01 + 852d868 commit 8bcde99
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
Binary file modified Installers/TPDiscord-Mac.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win-DiscordCanary.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win-PTB.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win.tpp
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tpdiscord",
"version": "4.0.1",
"version": "4.0.2",
"description": "Touch Portal Plugin for Discord using RPC",
"bin": {
"tpdiscord": "src/index.js"
Expand Down
3 changes: 3 additions & 0 deletions src/process_watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ class ProcessReady extends EventEmitter {
this.processNames[processName].isRunning = false;
emitEvent = false;
}
}).catch((err) => {
emitEvent = null;
console.log(`TPDiscord: Unable to determine if process running, error occured - ${err}`);
});

if( emitEvent ) {
Expand Down

0 comments on commit 8bcde99

Please sign in to comment.