[OSX] fix crashlog task

This commit is contained in:
Laurent Sansonetti
2014-01-10 14:10:09 +01:00
parent 0153767bf9
commit d1f6429597
2 changed files with 3 additions and 1 deletions

View File

@@ -87,7 +87,6 @@ task :ctags do
end
end
desc "Open the latest crash report generated for the app"
# This task does not have a description as it is being used by template Rakefiles instead.
task :__local_crashlog do
logs = Dir.glob(File.join(File.expand_path("~/Library/Logs/DiagnosticReports/"), "#{App.config.name}_*"))

View File

@@ -123,3 +123,6 @@ end
desc 'Same as profile:development'
task :profile => 'profile:development'
desc "Open the latest crash report generated for the app"
task :crashlog => :__local_crashlog