PlantUML icon indicating copy to clipboard operation
PlantUML copied to clipboard

no error checking on forking

Open cotto opened this issue 8 years ago • 0 comments

When Extension:PlantUML runs exec() in renderPlantUML(), it never bothers to check exec's return value or report any error messages. I'd recommend switching to Symfony\ProcessBuilder, which is very easy to use and will also handle I/O redirection and all the platform-specific issues that make correct and portable forking a pain.

cotto avatar Mar 10 '17 18:03 cotto