diff --git a/src/utils.ts b/src/utils.ts index 57e9ef9..8089ec6 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -52,6 +52,7 @@ export function readVersionFromFile( } const reader = FILE_VERSION_READERS[base] ?? (() => undefined); + console.log(base, reader); let output: string | undefined; try {