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

[Bug fix] Protected files in / cause error #16

Merged
merged 1 commit into from
Dec 16, 2014

Conversation

edlongman
Copy link
Contributor

On windows when typing / or \ the fs.statSync fails due to the file c:/hiberfil.sys, or others similar, not being readable.
This causes a fatal error.
Putting in this try catch statement allows for this to go wrong and will just move on regardless
Fix for issue #13

On windows when typing / or \ the fs.statSync fails due to the file c:/hiberfil.sys, or others similar, not being readable.
This causes a fatal error.
Putting in this try catch statement allows for this to go wrong and will just move on regardless
Fix for issue atom-community#13
@jordanbtucker
Copy link
Collaborator

+1

@jordanbtucker
Copy link
Collaborator

@saschagehlich Can you please implement this. This plugin is useless on Windows without this fix. If you don't have time, please give someone permission to this repo so they can maintain it. Thanks.

yongkangchen added a commit that referenced this pull request Dec 16, 2014
[Bug fix] Protected files in / cause error
@yongkangchen yongkangchen merged commit 85e691b into atom-community:master Dec 16, 2014
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

3 participants