Update GeneralUtils.java

This commit is contained in:
Ludy 2025-07-30 06:32:40 +02:00 committed by GitHub
parent 85614d1bad
commit 25f8879bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}