Update src/model/cloud-runner/aws/aws-base-stack.ts

Logging improvement

Co-authored-by: Webber Takken <webber@takken.io>
pull/310/head
Frostebite 2021-12-29 13:36:09 +00:00 committed by GitHub
parent 9883594d61
commit 1a2e7c3b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export class AWSBaseStack {
await CF.waitFor('stackUpdateComplete', describeStackInput).promise();
}
}
CloudRunnerLogger.log('base stack is ready');
CloudRunnerLogger.log('base stack is now ready');
} catch (error) {
core.error(JSON.stringify(await describeStack(), undefined, 4));
throw error;