Skip to content

Commit f82c1f2

Browse files
committed
at least post commit errors to infos stream.
1 parent aefa97a commit f82c1f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DotJEM.Json.Index2.Management/Writer/IJsonIndexWriter.cs

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ private void Commit()
128128
}
129129
catch (Exception e)
130130
{
131+
target.infoStream.WriteError("Failed to commit indexed data to storage.", e);
131132
// SWALLOW FOR NOW
132133
}
133134
}

0 commit comments

Comments
 (0)