Open Inujel opened 4 years ago
The change introduced by #3 causes an error when the path to the plantuml jar contains spaces.
java -jar "C:/Program Files/PlantUML/plantuml.jar"
is split to
[ "java", "-jar", "\"C:/Program", "Files/PlantUML/plantuml.jar\"" ]
The change introduced by #3 causes an error when the path to the plantuml jar contains spaces.
is split to