-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
On occasion, the error messages in feedback for exercise helloGoodbye are shown to users even though their state matches the expected state (up to the point they reached). This happens for both feedback types. As an example, view attached code snippet.
.../helloGoodbye$ ./go.sh
GitStream: Follow the instructions in your browser!
.../helloGoodbye$ ls
go.sh greeters hello.js README.md
.../helloGoodbye$ git rm hello*
rm'hello.js'
.../helloGoodbye$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: hello.js
.../helloGoodbye$ git commit
hint: Waiting for your editor to close Aborting commit due to empty commit message.
.../helloGoodbye$ git commit
GitStream: [COMMIT REJECTED] You should remove only the specified file and not"README.md"