updated unready.ts
This commit is contained in:
@@ -11,6 +11,8 @@ const CUTS = fs
|
|||||||
CUTS?.shift();
|
CUTS?.shift();
|
||||||
if (CUTS?.at(-1) == "") CUTS?.pop();
|
if (CUTS?.at(-1) == "") CUTS?.pop();
|
||||||
|
|
||||||
|
if (!fs.existsSync("../_sprites/unready")) fs.mkdirSync("../_sprites/unready");
|
||||||
|
|
||||||
for (const chapter of Object.keys(CHAPTERS)) {
|
for (const chapter of Object.keys(CHAPTERS)) {
|
||||||
const OriginalPath = `../_sprites/original/${chapter}`;
|
const OriginalPath = `../_sprites/original/${chapter}`;
|
||||||
const UnreadyPath = `../_sprites/unready`;
|
const UnreadyPath = `../_sprites/unready`;
|
||||||
|
|||||||
Reference in New Issue
Block a user