log log log

This commit is contained in:
Jozef Steinhübl 2024-05-07 20:53:00 +02:00
parent a06305c15d
commit 3b5d9934d5
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -52,6 +52,7 @@ export function readVersionFromFile(
}
const reader = FILE_VERSION_READERS[base] ?? (() => undefined);
console.log(base, reader);
let output: string | undefined;
try {