From bebe95504af56df9722a9ac0d30f9557b83f9df2 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Mon, 10 Sep 2012 17:29:07 -0700 Subject: [PATCH] wip --- native/atom_application.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/native/atom_application.mm b/native/atom_application.mm index a9ec07a16..7fc6bf730 100644 --- a/native/atom_application.mm +++ b/native/atom_application.mm @@ -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"]]; } }