diff --git a/experiments/automatedScreenshots/index.js b/experiments/automatedScreenshots/index.js index befb304d..7d2df12b 100644 --- a/experiments/automatedScreenshots/index.js +++ b/experiments/automatedScreenshots/index.js @@ -18,7 +18,7 @@ const Shooter = require("./shooter"); } for (const skin of files) { - console.log('Trying', skin); + console.log("Trying", skin); const skinMd5 = md5File.sync(skin); const fileName = `${path.basename(skin).replace(/\//g, "-")}-${skinMd5}`; const screenshotPath = `screenshots/${skinMd5}.png`;