Skip to content

Commit 04ce6ff

Browse files
committed
docs: remove comment
1 parent 9b21ab5 commit 04ce6ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cli/diffIndexGenerate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export async function generateCommitMessage(): Promise<string> {
4646
const repo = _getCurrentRepository();
4747
const fileChanges: string[] = await getChanges(repo);
4848
if (!fileChanges.length) {
49-
// todo how to handle elegantly at next level here and other script
5049
throw new Error(NO_LINES_MSG);
5150
}
5251

0 commit comments

Comments
 (0)