Skip to content

Commit

Permalink
[FIX] Fix typo for log
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy committed Jan 19, 2024
1 parent 34404d2 commit 438bc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
resources.toggleForcedClosed(closed: true)
try webSocket?.close(code: code).wait()
} catch {
logger.warning("Clossing WebSocket failed: \(error)")
logger.warning("Closing WebSocket failed: \(error)")
}
}

Expand Down

0 comments on commit 438bc82

Please sign in to comment.