Closed WilliamHiggs closed 5 years ago
Created pathChecker() method and added tests for this. Kept it in the try/catch block as promises should only be kept for asynchronous code. as we are checking the file paths synchronously this will suit better.
pathChecker now returns the name of all files that it is unable to find.
check all videoNames are valid before attempting to glitch them to avoid the process dying half way through a glitch session.