This PR conditionally includes the --sparse flag within the git add command when the detected platform === darwin. Also fixed some small typos in the issueText.ts file.
Please double check my understanding that the git clone command is only invoking the --sparse flag when the detected platform === darwin 😄
If the --sparse flag is desired always, we can scrap commit de2bb52 which includes the platform check.
This PR conditionally includes the
--sparse
flag within thegit add
command when the detected platform === darwin. Also fixed some small typos in the issueText.ts file.Please double check my understanding that the
git clone
command is only invoking the--sparse
flag when the detected platform === darwin 😄If the
--sparse
flag is desired always, we can scrap commitde2bb52
which includes the platform check.