Check if local temp file, if not, make one

This commit is contained in:
mmcwilliams 2017-10-11 19:58:21 -04:00
parent 79b099b058
commit 20930513f9
1 changed files with 1 additions and 1 deletions

2
v2f.js
View File

@ -40,7 +40,7 @@ function convert (path, dpi) {
console.log(`Converting ${file}...`)
console.log(`Exporting all frames with aspect ratio: ${dim.w / dim.h} ...`)
fs.mkdirSync(_tmp)
if (!fs.existsSync(_tmp)) fs.mkdirSync(_tmp)
exec(execStr, (ste, std) => {
if (ste) {