mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
fix wording
This commit is contained in:
@@ -70,7 +70,7 @@ task :ctags do
|
||||
end
|
||||
end
|
||||
|
||||
desc "Show a last crash log"
|
||||
desc "Open the latest crash report generated for the app"
|
||||
task :crashlog do
|
||||
logs = Dir.glob(File.join(File.expand_path("~/Library/Logs/DiagnosticReports/"), "#{App.config.name}_*"))
|
||||
sh "open -a Console #{logs.last}"
|
||||
|
||||
Reference in New Issue
Block a user