mifi / editly

Slick, declarative command line video editing & API
MIT License
4.64k stars 295 forks source link

move tmpDir cleanup to avoid file locks #214

Closed woolite64 closed 1 year ago

woolite64 commented 1 year ago

Waits until after outProcess has completed to remove tmpDir. Resolves #212.

mifi commented 1 year ago

thanks! I rewrote to instead wrap in an extra try/catch.