q0q34

Results 2 comments of q0q34

I have a similar problem, only with subscriptions😿

++ I solved the problem like this ``` import path from 'path'; import fs from 'fs'; const checkDirectorySync = (dir) => { let err; try { fs.statSync(dir); } catch (e)...