lpp icon indicating copy to clipboard operation
lpp copied to clipboard

ReferenceError: aliasURL is not defined

Open moe93 opened this issue 2 years ago • 0 comments

lpp  |
lpp  | > [email protected] start
lpp  | > node index.js
lpp  |
lpp  | (node:22) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
lpp  | (Use `node --trace-deprecation ...` to show where the warning was created)
lpp  | Purging 0 posts older than 7 days
lpp  | Purging images older than 7 days
lpp  | Processing 414 posts with thumbnails
lpp  | /app/pictrs.js:168
lpp  |         console.error(`Failed on ${aliasUrl}`)
lpp  |                                    ^
lpp  |
lpp  | ReferenceError: aliasUrl is not defined
lpp  |     at purgePictrs (/app/pictrs.js:168:36)
lpp  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
lpp  |     at async main (/app/index.js:146:7)
lpp  |
lpp  | Node.js v21.1.0
lpp exited with code 0

moe93 avatar Nov 05 '23 20:11 moe93