fix: version error message
This commit is contained in:
parent
22e6460b0c
commit
9043c8fe69
@ -13,7 +13,7 @@ if (prefix.endsWith('/')) {
|
||||
|
||||
const version = fs.readFileSync("version", "utf8");
|
||||
if (!version) {
|
||||
throw new Error('Unable to execute git describe');
|
||||
throw new Error('Unable to read ./version');
|
||||
}
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user