mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
fix: Potential fix for sqlite database locked exception
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ICD.Common.Utils.Sqlite
|
|||||||
/// <param name="path"></param>
|
/// <param name="path"></param>
|
||||||
public static void CreateFile(string path)
|
public static void CreateFile(string path)
|
||||||
{
|
{
|
||||||
IcdFileStream fs = IcdFile.Create(path);
|
using (IcdFileStream fs = IcdFile.Create(path))
|
||||||
fs.Close();
|
fs.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user