Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 23, 2024
1 parent 3d04c7c commit ddb0c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/git/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class GitAPI {
} = this.generatorContext || { config: { defaultBranch: 'master' } };
await initGitRepo(cwd, defaultBranch);
} catch (e) {
this.generatorCore.logger.debug('[Git Init error]:', e);
this.generatorCore.logger.debug('[Git Init Error]:', e);
throw e;
}
}
Expand Down

0 comments on commit ddb0c3d

Please sign in to comment.