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
From code inspection it looks like we need to protect the senders of `#first':
aClass categoryNames select:
[:each |
each first = $* ...
to something like this:
aClass categoryNames select:
[:each |
each isEmpty not and: [each first = $* ...
The text was updated successfully, but these errors were encountered:
dalehenrich
added a commit
to dalehenrich/CypressReferenceImplementation
that referenced
this issue
Nov 2, 2016
Error running Cypress package boilerplate for topaz:
From code inspection it looks like we need to protect the senders of `#first':
The text was updated successfully, but these errors were encountered: