Stuck on stage #NI6: program fails for test #GP4

The logs show that my program passed tests for stage #NI6, however it fails for #GP4, an already cleared stage.

My program prints out the prompt `($ ) when I test it out locally:

[~/Projects/codecrafters-shell-go]
└─$ ./your_program.sh
$ 

Repo link : https://git.codecrafters.io/00ee75655566978f

Please, I need help.

Hey @Mwawaka, looks like your program was being recompiled every time it ran, which caused the prompt ($) to be printed late. This was due to the deleted .codecrafters folder.

I’ve pushed a fix to your repo. You can run git pull to sync the changes.

Let me know if you hit any issues after pulling.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.