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
This appears to reproduce with the type [String] as well. It doesn't seem to generally strip the first space "/Volum es/Maci ntosh HD/test path" results in '/Volum es/Macintosh HD/test path'.
The text was updated successfully, but these errors were encountered:
apexskier
changed the title
bug: Paths with /Volumes/Macintosh HD are converted to /Volumes/MacintoshHD
bug: String arrays with /Volumes/Macintosh HD are converted to /Volumes/MacintoshHDJan 22, 2021
I discovered this bug when working on apexskier/nova-eslint#75.
Run the following in a node console:
Expected output:
Actual output:
This appears to reproduce with the type
[String]
as well. It doesn't seem to generally strip the first space"/Volum es/Maci ntosh HD/test path"
results in'/Volum es/Macintosh HD/test path'
.The text was updated successfully, but these errors were encountered: