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
After upgrading blue-ridge, suddenly my tests are reporting
Cannot find function reduce in object
FAILED: #set_percentages No units entered sets percentages to 0
TypeError: Cannot find function reduce in object 0,0,0,0.
This happens when running the rake task or trying to use Array#reduce in the js shell. I'm working on stripping as much as I can out of the loading of the shell to narrow it down.
Anyone seen this?
The text was updated successfully, but these errors were encountered:
Strange.
After upgrading blue-ridge, suddenly my tests are reporting
Cannot find function reduce in object
FAILED: #set_percentages No units entered sets percentages to 0
TypeError: Cannot find function reduce in object 0,0,0,0.
This happens when running the rake task or trying to use Array#reduce in the js shell. I'm working on stripping as much as I can out of the loading of the shell to narrow it down.
Anyone seen this?
The text was updated successfully, but these errors were encountered: