change logging of corrupted tiles

This commit is contained in:
HF 2022-04-08 15:24:23 +02:00
parent 511560136d
commit 4b03f7a5a4

View File

@ -237,7 +237,7 @@ export async function createPngBackup(
} else { } else {
console.log( console.log(
// eslint-disable-next-line max-len // eslint-disable-next-line max-len
`Chunk ${x},${y} of canvas ${id} has invalid length ${chunk.length}`, `Chunk ${key} has invalid length ${chunk.length}`,
); );
} }
} }