Skip to content

Commit

Permalink
FIX windows ont posix
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Feb 6, 2025
1 parent 883551f commit 1d9dae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ public void writeSuccessfulStartupConfig()
} catch (IOException e) {
logger.traceException(e);
logger.warn(ERR_STARTOK_CANNOT_WRITE, configFile, tempFilePath, getExceptionMessage(e));
}
} catch (UnsupportedOperationException e){}
}
catch (IOException e)
{
Expand Down

0 comments on commit 1d9dae7

Please sign in to comment.