Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

quick fix for #43 #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

quick fix for #43 #44

wants to merge 2 commits into from

Conversation

bkanuka
Copy link

@bkanuka bkanuka commented Jan 20, 2018

No description provided.

path = ''
}

return pathsArray.map(function(f) {
Copy link
Owner

@soyuka soyuka Jan 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is bothering me and should not be needed.

Take a look at the paths function here.

Your custom search is leading to the path not being an array nor a string there. However, the data returned by the custom searched should be parsed here.
It the output is how you said:

somepath
somepath2

The search will output an array and this should not be needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants