Fix prettier error

This commit is contained in:
Jordan Eldredge 2018-07-11 20:55:35 -07:00
parent 535991b4b4
commit 9c577f662e

View file

@ -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`;