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 is due to realpath($missing_path) returning the current working directory, which is then stripped if we have set the reporter not to output full paths.
Get the absolute path of files in the Finder.
This makes it possible to strip the current working directory from the path as the full path is already resolved (which was not the case before).
This is due to
realpath($missing_path)
returning the current working directory, which is then stripped if we have set the reporter not to output full paths.The text was updated successfully, but these errors were encountered: