Skip to content

Commit a8555ed

Browse files
committed
Update
1 parent d8b43f7 commit a8555ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Version 1.5.1 - 2025-02-xx
8+
## Version 1.5.1 - 2025-01-09
99

1010
### Fixed
1111

src/socket/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ class SocketServer {
532532
/**
533533
* Check if error is an instance of Error
534534
* @param err Error
535-
* @returns {boolean} True if error is an instance of Error
535+
* @returns {boolean} True, if error is an instance of Error
536536
*/
537537
isError(err) {
538538
try {

0 commit comments

Comments
 (0)