Skip to content

Don't add transport when folder is /dev/null. Fix bug with options #2476

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

Conversation

steven-supersolid
Copy link
Contributor

Attempting to use /dev/null as a log folder results in the following error:

Error: ENOTDIR: not a directory, stat '/dev/null/parse-server.info.2016-08-06'

This will prevent that. There is also a misplaced options argument on line 34 of the original file

@codecov-io
Copy link

codecov-io commented Aug 6, 2016

Current coverage is 91.88% (diff: 100%)

Merging #2476 into master will increase coverage by <.01%

@@             master      #2476   diff @@
==========================================
  Files            95         95          
  Lines         10706      10708     +2   
  Methods        1312       1312          
  Messages          0          0          
  Branches       1738       1739     +1   
==========================================
+ Hits           9837       9839     +2   
  Misses          869        869          
  Partials          0          0          

Powered by Codecov. Last update fa736f1...687c695

@steven-supersolid
Copy link
Contributor Author

Superceded by #2478

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.

2 participants