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

./ need to ingore #337

Closed
Rabbitzzc opened this issue Dec 28, 2021 · 2 comments
Closed

./ need to ingore #337

Rabbitzzc opened this issue Dec 28, 2021 · 2 comments

Comments

@Rabbitzzc
Copy link

Rabbitzzc commented Dec 28, 2021

Environment

  • OS Version: Mac
  • Node.js Version: 14

Actual behavior

error output

Expected behavior

should output [index.js, one.md, two.md, three.md]

Code sample

const fg = require('fast-glob');

const fn = async () => {
	const entries = await fg(['*', './one.md']);
	console.log(entries);
};

fn();
@mrmlnc
Copy link
Owner

mrmlnc commented Jan 1, 2022

This issue is a duplicate for #190.

@mrmlnc mrmlnc closed this as completed Jan 1, 2022
@Rabbitzzc
Copy link
Author

ok

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

No branches or pull requests

2 participants