repertoire-assets 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -297,7 +297,8 @@ module Repertoire
|
|
|
297
297
|
return compressed
|
|
298
298
|
rescue Exception => e
|
|
299
299
|
logger.warn("Could not compress: #{e.message} (using #{COMPRESSOR_CMD % type})")
|
|
300
|
-
|
|
300
|
+
# CWY 13/11/2010. Obscure errors with OS X new Java install hanging here...
|
|
301
|
+
# logger.warn(stderr.read)
|
|
301
302
|
logger.warn("Reverting to uncompressed digest")
|
|
302
303
|
return source
|
|
303
304
|
end
|