mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
Update GeneralUtils.java
This commit is contained in:
parent
85614d1bad
commit
25f8879bbc
@ -464,7 +464,6 @@ public class GeneralUtils {
|
||||
new ClassPathResource("static/pipeline/defaultWebUIConfigs/" + fileName);
|
||||
try (InputStream in = resource.getInputStream()) {
|
||||
Files.copy(in, pipelineFile, StandardCopyOption.REPLACE_EXISTING);
|
||||
log.error("Extracted pipeline file: {}", pipelineFile);
|
||||
} catch (IOException e) {
|
||||
log.error("Failed to extract pipeline file", e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user