Created
July 19, 2017 17:01
-
-
Save azzeddineCH/29abcbb2c40c0c314b0b8a812d07222b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (fileName.startsWith('thumb_')) { | |
console.log("the thumbnail is already created"); | |
return | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment