refactor(commands): change head error message
to sound more natively
This commit is contained in:
@@ -94,7 +94,7 @@ const command = new Command("commit")
|
||||
}
|
||||
}
|
||||
} 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({
|
||||
|
||||
Reference in New Issue
Block a user