Skip to content

Commit 71c4be0

Browse files
Aaron BoxerAaron Boxer
authored andcommitted
oops, forgot to stage this one
1 parent bb93907 commit 71c4be0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ServiceStack.Redis/Pipeline/QueuedRedisCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
2+
using System.Diagnostics;
33

44
namespace ServiceStack.Redis.Pipeline
55
{
@@ -56,6 +56,7 @@ public override void Execute(IRedisClient client)
5656
catch (Exception ex)
5757
{
5858
Log.Error(ex);
59+
throw;
5960
}
6061

6162
}

0 commit comments

Comments
 (0)