Merge pull request #410 from fengye87/patch-1

Fix error string typo in connectByNQNTransport
This commit is contained in:
Travis Glenn Hansen 2024-07-06 10:21:14 -06:00 committed by GitHub
commit 6c30c7ca50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class NVMEoF {
} catch (err) {
if (
err.stderr &&
(err.stderr.includes("already connnected") ||
(err.stderr.includes("already connected") ||
err.stderr.includes("Operation already in progress"))
) {
// idempotent