1
0
forked from ALHP/ALHP.GO

added newlines to failed.txt

This commit is contained in:
2021-06-10 22:35:12 +02:00
parent 305546a6e0
commit ecddb97864

View File

@@ -424,10 +424,10 @@ func isPkgFailed(pkg *BuildPackage) bool {
failed = false
} else {
failed = true
newContent = append(newContent, scanner.Text())
newContent = append(newContent, scanner.Text()+"\n")
}
} else {
newContent = append(newContent, scanner.Text())
newContent = append(newContent, scanner.Text()+"\n")
}
}