mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #880 from nosqlbench/nosqlbench-797-callable
nosqlbench-797-callable
This commit is contained in:
@@ -224,7 +224,7 @@ public class SimpleActivity implements Activity, ProgressCapable, ActivityDefObs
|
||||
try {
|
||||
closeable.close();
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("Error closing " + closeable);
|
||||
throw new RuntimeException("Error closing " + closeable + ": " + e, e);
|
||||
}
|
||||
}
|
||||
closeables.clear();
|
||||
|
||||
Reference in New Issue
Block a user