mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: xml format now has the key sourcePath instead of path for the command objj and objj2objcskeleton
This commit is contained in:
@@ -213,7 +213,7 @@ function parser(args)
|
||||
{
|
||||
[errors addObject:@{
|
||||
@"message": e.message,
|
||||
@"path": sourcePath,
|
||||
@"sourcePath": sourcePath,
|
||||
@"line": e.line
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user