mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
everything updates -
- support ~cancellation in api. - API refactoring. - API - locked to enable collisions. - other small changes
This commit is contained in:
@@ -32,7 +32,6 @@ namespace Wox.Infrastructure
|
||||
|
||||
public static void ValidateDataDirectory(string bundledDataDirectory, string dataDirectory)
|
||||
{
|
||||
|
||||
if (!Directory.Exists(dataDirectory))
|
||||
{
|
||||
Directory.CreateDirectory(dataDirectory);
|
||||
|
||||
Reference in New Issue
Block a user