Skip to content

Commit

Permalink
fix System.IO.IOException error (#43737)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanatk authored Dec 23, 2024
1 parent a47ae63 commit 38c5145
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ FROM user
#endregion

// Clean up
SqliteConnection.ClearAllPools();
File.Delete("hello.db");
}
}
Expand Down

0 comments on commit 38c5145

Please sign in to comment.