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
When called with a single executable, reduce method fails as promises returned as boolean rather than boolean array. Highlighted in above class, but most likely affects the other logic classes too. Most likely brought about by typing issue.
The text was updated successfully, but these errors were encountered:
https://github.com/JamesxX/gort/blob/e144a0a108926c2bc4e14eb50f8416acebb5610d/src/core/conditionals/logic.ts#L55-L58
When called with a single executable, reduce method fails as promises returned as boolean rather than boolean array. Highlighted in above class, but most likely affects the other logic classes too. Most likely brought about by typing issue.
The text was updated successfully, but these errors were encountered: