summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
Diffstat (limited to 'github')
-rw-r--r--github/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/github/index.ts b/github/index.ts
index 4463aa200..51ee2a46a 100644
--- a/github/index.ts
+++ b/github/index.ts
@@ -513,7 +513,7 @@ async function subscribeSessionEvents() {
const decoder = new TextDecoder()
let text = ""
- ;(async () => {
+ void (async () => {
while (true) {
try {
const { done, value } = await reader.read()