Skip to content

Commit

Permalink
Swap error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Sep 4, 2017
1 parent de54f48 commit 5600cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RswiftCore/ResourceTypes/Xcodeproj.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct Xcodeproj: WhiteListedExtensionsResourceType {
}
}
catch {
throw ResourceParsingError.parsingFailed("\(error.localizedDescription)\nProject file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?")
throw ResourceParsingError.parsingFailed("Project file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?\n\(error.localizedDescription)")
}

self.projectFile = projectFile
Expand Down

0 comments on commit 5600cd4

Please sign in to comment.