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:
parent
9882fa183d
commit
4599f700e6
1 changed files with 4 additions and 3 deletions
|
|
@ -47,7 +47,8 @@ def package_js
|
||||||
begin
|
begin
|
||||||
Jammit.package!
|
Jammit.package!
|
||||||
rescue => e
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue