diff --git a/Rakefile b/Rakefile index 4523e00af..308893f05 100644 --- a/Rakefile +++ b/Rakefile @@ -23,6 +23,7 @@ task :run => :build do if File.exists?(app_path) output = `#{applications.first}/Contents/MacOS/Atom #{$ATOM_ARGS.join(' ')} 2> /dev/null` puts output + exit($?.exitstatus) else $stderr.puts "Executable `#{app_path}` not found." end