node-globule icon indicating copy to clipboard operation
node-globule copied to clipboard

Relative path does not match

Open LeiZeng opened this issue 8 years ago • 1 comments

I found it's not working when I match relative path:

globule.isMatch('./test/*', 'test/myFile.js')
// reture false

I have to write like this:

globule.isMatch('test/*', 'test/myFile.js')

Any idea if we can fix this?

LeiZeng avatar Apr 10 '16 14:04 LeiZeng

@cowboy Is this fixed now?

ghost avatar Nov 14 '16 06:11 ghost