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
Allow reading Package.swift with the executable bit set
786c513 added support for symlinks, but
didn't handle `executableBlob` in the added `switch`. `executableBlob`
is the returned type for a file with the executable bit set, so needs to
be handled in the same way as a regular `blob`.
0 commit comments