I've installed and set up all the environment variables. However, when I input a task, it generates the script but hangs during the execution of the code. I'm unsure why this is happening. When I terminate the process, it moves to the next step. I believe it interprets this as an exit 0, indicating the command executed successfully. But upon verification, it hasn't.
#Shell Commands/Execute hangs to execute in MacOS
7 messages · Page 1 of 1 (latest)
After displaying the command, it hangs and doesn't execute until I press CONTROL+C.
I am not sure why it hangs and also verified %debug but no luck.
I think this is mentioned here in issues
Its seems to be working with workaround "SHELL=(which bash) interpreter"