Update src/model/cloud-runner/aws/aws-base-stack.ts
Logging improvement Co-authored-by: Webber Takken <webber@takken.io>pull/310/head
parent
9883594d61
commit
1a2e7c3b2d
|
|
@ -92,7 +92,7 @@ export class AWSBaseStack {
|
||||||
await CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
await CF.waitFor('stackUpdateComplete', describeStackInput).promise();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
CloudRunnerLogger.log('base stack is ready');
|
CloudRunnerLogger.log('base stack is now ready');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.error(JSON.stringify(await describeStack(), undefined, 4));
|
core.error(JSON.stringify(await describeStack(), undefined, 4));
|
||||||
throw error;
|
throw error;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue