Fix error string typo in connectByNQNTransport

This commit is contained in:
Feng Ye 2024-07-05 11:31:54 +08:00 committed by GitHub
parent 6af367fbb6
commit 7595191a13
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