mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Formatting
This commit is contained in:
parent
d2a6223493
commit
0a94d035fd
@ -185,7 +185,8 @@ public static partial class Pandoc
|
|||||||
|
|
||||||
private static void ClearFolder(string path)
|
private static void ClearFolder(string path)
|
||||||
{
|
{
|
||||||
if (!Directory.Exists(path)) return;
|
if (!Directory.Exists(path))
|
||||||
|
return;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user