Update src/backend/ssh/server-stats.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,7 @@ class SSHConnectionPool {
|
|||||||
const responses = prompts.map(() => host.password || "");
|
const responses = prompts.map(() => host.password || "");
|
||||||
finish(responses);
|
finish(responses);
|
||||||
} else {
|
} else {
|
||||||
finish([]);
|
finish(prompts.map(() => ""));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user