Show error cause in websocket_server, trailing blanks.

Related to, but does not solve http://bugs.joindiaspora.com/issues/540.
This commit is contained in:
Alec Leamas 2010-11-18 14:51:47 +01:00
parent 9882fa183d
commit 4599f700e6

View file

@ -47,7 +47,8 @@ def package_js
begin
Jammit.package!
rescue => e
puts "Error minifying assets, but server will continue starting normally. Is Java installed on your system?"
puts "Error minifying assets, but server will continue starting normally."
puts e.inspect
end
end