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
In the else case it is the result of format arguments, which would return a falsely result, which we'd still wish to return to represent the arguments accurately
Could be a flaw in my intention though. As if it is a falsely value, and not null or undefined, we probably want to do the how spiel of the true case.
Will need to do some tests around it to determine what the intention and operation should be.
The conditional
caterpillar/source/transforms/human.ts
Line 141 in a5c8eb2
does:
Which doesn't make sense to me. ie.
format.text
isundefined
in the else case.The text was updated successfully, but these errors were encountered: