-
Notifications
You must be signed in to change notification settings - Fork 146
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
BUG: Endless loop with object #213
Labels
Comments
Good find! I think this is a bug. I encountered this myself as well. I'll take a look. Thanks for reporting. |
jjhbw
added a commit
that referenced
this issue
May 31, 2021
…ray. Also added test that, without the fix, hangs indefinitely until Jest timeout kicks in.
Should be fixed in next release. |
jjhbw
added a commit
that referenced
this issue
Jun 1, 2021
…ray. Also added test that, without the fix, hangs indefinitely until Jest timeout kicks in.
I get the error [FOR breach IN breaches] Result: ObjectCommandResultError: Result of command '$breach' is an object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a problem with a loop in an object. The system stucks, using a lot of cpu and not finishing the job.
The problem does not occurs if "domains" is an array.
The information is:
And the template is:
The text was updated successfully, but these errors were encountered: