Skip to content

Commit ddb0c3d

Browse files
committed
fix: log
1 parent 3d04c7c commit ddb0c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/git/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class GitAPI {
4444
} = this.generatorContext || { config: { defaultBranch: 'master' } };
4545
await initGitRepo(cwd, defaultBranch);
4646
} catch (e) {
47-
this.generatorCore.logger.debug('[Git Init error]:', e);
47+
this.generatorCore.logger.debug('[Git Init Error]:', e);
4848
throw e;
4949
}
5050
}

0 commit comments

Comments
 (0)