Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Nagy <ronagy@icloud.com>
  • Loading branch information
metcoder95 and ronag committed May 13, 2024
1 parent 0d67095 commit e60add7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interceptor/dump.js
Expand Up @@ -83,7 +83,7 @@ class DumpHandler extends DecoratorHandler {
this.#dumped = true

if (this.#aborted) {
this.#handler.onError(this.reason)
this.#handler.onError(this.#reason)
} else {
this.#handler.onComplete([])
}
Expand Down

0 comments on commit e60add7

Please sign in to comment.