Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-source-filesystem): fix add/change text #20188

Merged
merged 5 commits into from
Dec 20, 2019

Conversation

wardpeet
Copy link
Contributor

Description

Fixes info messages when filesystem detects changes. When a new file is created we use the add word, when updating we use the changed verb.

This might lead to confusion

Related Issues

Fixes #17885

@wardpeet wardpeet requested a review from a team as a code owner December 18, 2019 11:29
pvdz
pvdz previously approved these changes Dec 18, 2019
Copy link
Contributor

@pvdz pvdz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title of this PR is a little confusing although I get the point after review.

Please confirm the console.log is ok before merging.

packages/gatsby-source-filesystem/src/gatsby-node.js Outdated Show resolved Hide resolved
Co-Authored-By: Michael <184316+muescha@users.noreply.github.com>
@pvdz pvdz self-requested a review December 20, 2019 08:53
@pvdz
Copy link
Contributor

pvdz commented Dec 20, 2019

Requesting changes to make sure this doesn't get merged as is, just in case the tests don't cover it. The last change was invalid. Not a syntax error but only because of a fluke. It'll be a runtime error for sure.
Feel free to ignore my request besides that.

@wardpeet
Copy link
Contributor Author

I'll do a manual test before I merge, just to be sure

@wardpeet wardpeet merged commit 0fda1e6 into gatsbyjs:master Dec 20, 2019
@wardpeet wardpeet deleted the fix/filesystem-message branch December 20, 2019 12:51
mwfrost pushed a commit to mwfrost/gatsby that referenced this pull request Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hot reloading not working
4 participants