diff --git a/doc-src/Rakefile b/doc-src/Rakefile index 80a47f7a..7839e259 100644 --- a/doc-src/Rakefile +++ b/doc-src/Rakefile @@ -29,6 +29,7 @@ task :watch do `growlnotify -m "Compilation Complete" --image misc/success-icon.png; exit 0` rescue Exception => e puts ">>> ERROR: #{e.message} <<<" + puts e.backtrace.join("\n") `growlnotify -m "Compilation Error!" --image misc/error-icon.png; exit 0` end end