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/unix paths #14

Merged
merged 3 commits into from
Nov 30, 2018
Merged

Fix/unix paths #14

merged 3 commits into from
Nov 30, 2018

Conversation

herrfugbaum
Copy link
Owner

This should fix the problem that the ~ meta doesn't get expanded correctly.
See #12

Node.js doesn't expand the ~ meta character,
which is very common in unix environments.
This fix adds a package that expands the ~
character corretly.

Resolves: #12
@codecov-io
Copy link

codecov-io commented Nov 28, 2018

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          10       10           
  Lines          86       86           
  Branches       12       12           
=======================================
  Hits           84       84           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d01b407...31d806d. Read the comment docs.

@herrfugbaum
Copy link
Owner Author

@ankush981

@herrfugbaum herrfugbaum merged commit 8f5ccee into master Nov 30, 2018
@herrfugbaum herrfugbaum deleted the fix/unix-paths branch December 11, 2018 13:41
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