cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

fix: process does not terminate after creating a commit with the --re…

Open coffe0wl opened this issue 2 years ago • 2 comments

Problem:

The problem appears when the user creates a commit with the --retry option.

When creating a commit without this parameter, the process will be completed by a function that acts as a prompt, since without this parameter this function is not executed because the data is taken from the cache, the process was not completed.

Therefore, a line was added that terminates the process in case there was no error.

coffe0wl avatar Jun 03 '23 17:06 coffe0wl

Hi, @jimthedev

Is there any chance this fix will land? The --retry workflow doesn't seem to work without it.

markovdigital avatar Feb 22 '24 18:02 markovdigital

I am also experiencing --retry not working; is that because of this missing PR?

It just hangs forever: image

simplenotezy avatar Aug 13 '24 06:08 simplenotezy