Confusing Exit Logs: Misleading Effects
is there a reason the exit logs as if it were an effect? i was so confused until I realized it was just completely deceiving me
first image:
Second image:
first image:
Second image:


console.log(
'previousReview',
Exit.isExit(previousReview),
previousReview,
); console.log(
'previousReview',
Exit.isExit(previousReview),
previousReview.toString(),
);