Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Oct 11, 2024
1 parent e95d739 commit 8ffadce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fluent/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ export class Watcher<T extends GenericClass> {
}
} catch (err) {
void this.#errHandler(err);
} finally {
client.close();
this.#streamCleanup();
}
});

Expand Down

0 comments on commit 8ffadce

Please sign in to comment.