We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f36289 commit ab11acaCopy full SHA for ab11aca
packages/core/src/awsService/ec2/sshKeyPair.ts
@@ -41,7 +41,7 @@ export class SshKeyPair {
41
const maxRetries = 5
42
await waitUntil(
43
async () => {
44
- await fs.exists(keyPath)
+ return await fs.exists(keyPath)
45
},
46
{ maxRetries: maxRetries }
47
)
0 commit comments