You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
For reasons beyond the scope of this ticket my project uses dir names that include .. and therefore path like /home/code/test/compare/master...jcsrb are possible and the way this module detects if the path is relative https://github.com/ember-cli/exists-sync/blob/master/index.js#L18 gives a false positive and causes broccoli-funnel which uses this module to fail
Preparing PR with failing test , will add ASAP
The text was updated successfully, but these errors were encountered:
This project was created, because for a short term fs.existsSync was deprecated. That was changed, and it is not deprecated. So maybe in this project we should simply delegate back to fs.existsSync and call it a day.
For reasons beyond the scope of this ticket my project uses dir names that include
..
and therefore path like/home/code/test/compare/master...jcsrb
are possible and the way this module detects if the path is relative https://github.com/ember-cli/exists-sync/blob/master/index.js#L18 gives a false positive and causesbroccoli-funnel
which uses this module to failPreparing PR with failing test , will add ASAP
The text was updated successfully, but these errors were encountered: