Skip to content

Commit

Permalink
chore(logging): fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrowles authored and DanielMSchmidt committed Sep 6, 2023
1 parent ceeb746 commit cb30e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@cdktf/cli-core/src/lib/cdktf-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class CdktfStack {
phase: string,
filters?: OutputFilter[]
): (message: string, isError?: boolean) => void {
logger.debug("creating terraform log hanlder", phase);
logger.debug("Creating terraform log handler", phase);

const onLog = this.options.onLog;
return (msg: string, isError = false) => {
Expand Down

0 comments on commit cb30e83

Please sign in to comment.