Skip to content

Commit

Permalink
references: make extension-stop clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Jun 5, 2019
1 parent 504cef9 commit 679c9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference-extension-stop.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class StopExtensionSource extends Source {
pull (error, buffer) {
if (this[kStopped]) {
this.sink.next(status_type.end, null, buffer, 0)
return
}

// ... else ...
Expand Down

0 comments on commit 679c9e5

Please sign in to comment.