mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:32:56 +00:00
Fixed exception handling
This commit is contained in:
parent
ca8b3a1d00
commit
8adc138427
@ -186,7 +186,7 @@ public static partial class Pandoc
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"Fehler: {ex.Message}");
|
LOG.LogError(ex, "An error occurred while installing Pandoc.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user