From 03c650270364e9ae3a4cfb30ca9220747ab6ac11 Mon Sep 17 00:00:00 2001 From: inktrap Date: Mon, 27 Jan 2025 12:27:31 +0100 Subject: [PATCH] display no error if there is none when committing with a clean working directory --- src/helper/git.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helper/git.ts b/src/helper/git.ts index a3e0468..351f0ac 100644 --- a/src/helper/git.ts +++ b/src/helper/git.ts @@ -119,8 +119,8 @@ export const commit = async (showRes = true, message: string): Promise