refactor(commands): change head error message

to sound more natively
This commit is contained in:
2024-03-12 18:41:36 +02:00
parent b6d749beae
commit 47a8b05856

View File

@@ -94,7 +94,7 @@ const command = new Command("commit")
} }
} }
} catch { } catch {
note("HEAD hasn't been found, skipping commit line amount check"); note("HEAD hasn't been found, skipping commit line sum check");
} }
const type: string | symbol = await select({ const type: string | symbol = await select({