lib/trackman/assets/asset.rb in trackman-0.2.86 vs lib/trackman/assets/asset.rb in trackman-0.2.87
- old
+ new
@@ -80,10 +80,11 @@
autosync = autosync && Rails.env.production?
end
begin
return sync if autosync
- rescue
+ rescue Exception => ex
+ RemoteAsset.log_exception ex
return false
end
autosync
end
\ No newline at end of file