We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d04c7c commit ddb0c3dCopy full SHA for ddb0c3d
packages/api/git/src/index.ts
@@ -44,7 +44,7 @@ export class GitAPI {
44
} = this.generatorContext || { config: { defaultBranch: 'master' } };
45
await initGitRepo(cwd, defaultBranch);
46
} catch (e) {
47
- this.generatorCore.logger.debug('[Git Init error]:', e);
+ this.generatorCore.logger.debug('[Git Init Error]:', e);
48
throw e;
49
}
50
0 commit comments