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

utile.mixin tries to redefine property #23

Open
yunkee-lee opened this issue Apr 26, 2013 · 2 comments · May be fixed by #24
Open

utile.mixin tries to redefine property #23

yunkee-lee opened this issue Apr 26, 2013 · 2 comments · May be fixed by #24

Comments

@yunkee-lee
Copy link

TypeError: Cannot redefine property: .svn
    at Function.defineProperty (native)

This is a part of stack trace I got. It seems to me that a duplicate 'attr' should be skipped so that it doesn't attempt to define it twice.

@tuomassalo
Copy link

The hidden .svn directory causes this problem. IMO, it should be ignored by requireDir and requireDirLazy. See the pull request for a fix.

@liyj144
Copy link

liyj144 commented Apr 7, 2016

+1

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

Successfully merging a pull request may close this issue.

3 participants