-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Error when trying to copy twice the same glob pattern #1110
Comments
Sounds like a bug in https://github.com/SBoudrias/mem-fs-editor Would you want to send a PR? I'll help review and merge it. |
@SBoudrias I can't seem to figure out where or who is putting that glob pattern into the store? Do you have any ideas? I check all store calls within mem-fs-editor and it's not there. I even put loggings onto mem-fs and it's not there. I'm now thinking this is yeoman-generator because yeoman has it's own wrapper of store which it also adds the |
Alternatively, the match within mem-fs-editor's copy will need to ignore glob |
Fix is released 👍 |
Thanks @SBoudrias ... Just on a side note, do you have any idea who put the glob path into the store? I have traced the write and I feel it's yeoman, but I don't know where it get intercepted. |
As far as I know, only That being said, if you're using generator composition ( |
Hi,
This is a similar issue with that reported in #1022 .
What I did was do two copy calls with the same glob to two different directories.
I place a few console loggings around mem-fs-editor and also after the copy.
Who is putting that glob pattern into the store? I tried to put debug points onto the mem-fs store to check but it's not there so i'm suspecting someone is manually placing it into the store ?
The text was updated successfully, but these errors were encountered: