Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Oct 7, 2019
1 parent 2a6c7a8 commit d5b5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/swaydb/core/level/zero/LevelZero.scala
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ private[core] case class LevelZero(path: Path,
failed match {
case Some(error) =>
error match {
case _: Error.NoSuchFile | _: Error.FileNotFound | _: Error.NullMappedByteBuffer =>
case _: Error.NoSuchFile | _: Error.FileNotFound | _: Error.NullMappedByteBuffer | _: Error.ClosedChannel | _: Error.AsynchronousClose =>
run(apply)

case _: Error =>
Expand Down

0 comments on commit d5b5488

Please sign in to comment.