Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Aug 28, 2020
1 parent f3c619b commit 882f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class Client extends EventEmitter {
}

get busy () {
return this[kReset] || this[kWriting] || this[kResuming] > 0 || this.pending > 0
return this[kReset] || this[kWriting] || this.pending > 0
}

get destroyed () {
Expand Down

0 comments on commit 882f81b

Please sign in to comment.