This commit is contained in:
Corey Johnson & Nathan Sobo
2012-09-10 17:29:07 -07:00
parent 043fb83855
commit bebe95504a

View File

@@ -130,7 +130,8 @@
[self runSpecsThenExit:true];
}
else {
[self open:[_arguments objectForKey:@"path"]];
NSLog(@"%@", [_arguments objectForKey:@"path"]);
[self open:@"/Users/corey/atom"];//[_arguments objectForKey:@"path"]];
}
}