lib/trackman/assets/asset.rb in trackman-0.5.6 vs lib/trackman/assets/asset.rb in trackman-0.5.7

- old
+ new

@@ -82,9 +82,11 @@ begin return sync if autosync rescue Exception => ex begin Trackman::Utility::Debugger.log_exception ex + rescue Exception => ex2 + puts ex2 ensure return false end end autosync \ No newline at end of file