Thanks! I'm going to try to solve this by getting the process id of running Sketch processes before I call sketchtool
, and then doing the same after it finishes. That way I can kill only the Sketch process that was started by sketchtool
.
mathieudutour Using the --new-instance
option ensures that sketchtool
does not use the Sketch.app that a user is working in, or am I misunderstanding that?