Skip to content

Commit

Permalink
Log error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Sep 4, 2017
1 parent 56bfdf7 commit de54f48
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("Project file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?")
throw ResourceParsingError.parsingFailed("\(error.localizedDescription)\nProject file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?")
}

self.projectFile = projectFile
Expand Down

0 comments on commit de54f48

Please sign in to comment.