Fixed: xml format now has the key sourcePath instead of path for the command objj and objj2objcskeleton

This commit is contained in:
Alexandre Wilhelm
2015-06-08 10:30:54 -07:00
parent 3f88e02587
commit d358f0d27b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ function parser(args)
{
[errors addObject:@{
@"message": e.message,
@"path": sourcePath,
@"sourcePath": sourcePath,
@"line": e.line
}];