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
Trim by default in tinyexec. This could potentially introduce some unwanted complexity as disabling the behavior (stripFinalNewline option in execa) should also be supported then.
Mention the difference in the documentation so that the consumers' can catch issues related to not stripping the trailing newline early and call .trim() on the returned output.