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

Stop a broken symlink from crashing graph creation #101

Merged
merged 1 commit into from Feb 21, 2019

Conversation

adnelson
Copy link
Contributor

Emacs creates empty symlinks for files which are being edited. If these are encountered by the graph functionality, it crashes (including crashing a webpack-dev-server). I saw elsewhere in the code that stat errors are ignored -- not sure if this is the right approach, but it fixed my issue.

Emacs creates empty symlinks for files which are being edited. If these are encountered by the graph functionality, it crashes (including crashing a webpack-dev-server). I saw elsewhere in the code that stat errors are ignored -- not sure if this is the right approach, but it fixed my issue.
@adnelson adnelson changed the title Update sass-graph.js Stop a broken symlink from crashing graph creation Feb 20, 2019
@xzyfer xzyfer merged commit 6eca4d3 into xzyfer:master Feb 21, 2019
@xzyfer
Copy link
Owner

xzyfer commented Feb 21, 2019

Thanks

@xzyfer
Copy link
Owner

xzyfer commented Feb 21, 2019

Released as v3.0.4

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.

None yet

2 participants