From a8555ed1b4ee607dcd0aa7988d4c009288093167 Mon Sep 17 00:00:00 2001 From: Oliver Klemenz Date: Thu, 9 Jan 2025 16:27:11 +0100 Subject: [PATCH] Update --- CHANGELOG.md | 2 +- src/socket/base.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b9169..a8c981f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Version 1.5.1 - 2025-02-xx +## Version 1.5.1 - 2025-01-09 ### Fixed diff --git a/src/socket/base.js b/src/socket/base.js index babc1d8..ee584b6 100644 --- a/src/socket/base.js +++ b/src/socket/base.js @@ -532,7 +532,7 @@ class SocketServer { /** * Check if error is an instance of Error * @param err Error - * @returns {boolean} True if error is an instance of Error + * @returns {boolean} True, if error is an instance of Error */ isError(err) { try {