mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Fix prettier error
This commit is contained in:
parent
535991b4b4
commit
9c577f662e
1 changed files with 1 additions and 1 deletions
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue