mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-25 13:47:39 +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);
|
new ClassPathResource("static/pipeline/defaultWebUIConfigs/" + fileName);
|
||||||
try (InputStream in = resource.getInputStream()) {
|
try (InputStream in = resource.getInputStream()) {
|
||||||
Files.copy(in, pipelineFile, StandardCopyOption.REPLACE_EXISTING);
|
Files.copy(in, pipelineFile, StandardCopyOption.REPLACE_EXISTING);
|
||||||
log.error("Extracted pipeline file: {}", pipelineFile);
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
log.error("Failed to extract pipeline file", e);
|
log.error("Failed to extract pipeline file", e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user