🐛 Fix bug while searching for the user sid

This commit is contained in:
Gerrit 2023-05-30 17:22:56 +02:00
parent c7d2a2c4fe
commit 5a460e1ba0
16 changed files with 350 additions and 45 deletions

View file

@ -45,6 +45,7 @@ namespace AmagnoVirtualPrinter.Delivery
if (ghostScriptExe == null)
{
logger.Error("Can not find Ghostscript.");
throw new FileNotFoundException("Can not find Ghostscript.");
}