Skip to content

Commit

Permalink
fox: processing detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kybarg committed Aug 5, 2022
1 parent c52aabb commit 9597295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class RPUPrinter {
fromEvents(this.eventEmitter, ['SUCCESS'], ['ERROR', 'TIMED_OUT', 'CLOSE'])
.then(
({ args }) => {
this.processing = true;
try {
const result = decode(this.currentCommand, args.slice()[0]);
resolve(result);
Expand All @@ -138,7 +137,6 @@ class RPUPrinter {
},
)
.catch(({ args }) => {
this.processing = true;
reject(args);
})
.finally(() => {
Expand Down

0 comments on commit 9597295

Please sign in to comment.