We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbc81a commit cb5fec0Copy full SHA for cb5fec0
lib/react_on_rails/git_utils.rb
@@ -4,7 +4,7 @@
4
5
module ReactOnRails
6
module GitUtils
7
- def self.uncommitted_changes?(message_handler, git_installed = $CHILD_STATUS.success?)
+ def self.uncommitted_changes?(message_handler, git_installed = true)
8
return false if ENV["COVERAGE"] == "true"
9
10
status = `git status --porcelain`
0 commit comments