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
I realized when passing a path with a space in it to a function that uses that as an input into execa(), that the path is split up. This is bad practice anyway and we should parse the paths with path before we input them.
The text was updated successfully, but these errors were encountered:
I realized when passing a path with a space in it to a function that uses that as an input into
execa()
, that the path is split up. This is bad practice anyway and we should parse the paths withpath
before we input them.The text was updated successfully, but these errors were encountered: