You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report! Seems like a bug in how the anonymous function's scope is set up. I'll make a test case out of this and try to come up with a fix.
Flat will report Reference error while node engine does not:
$ ./flathead/bin/flat ./test.js ReferenceError: copy is not defined at ./test.js:6:10 at (anonymous function) in ./test.js:12:22 $ node ./test.js 0
The text was updated successfully, but these errors were encountered: