dont throw if fail to migration config

This commit is contained in:
miloschwartz 2025-06-05 11:55:59 -04:00
parent 92135ff9c1
commit 980545c636
No known key found for this signature in database

View file

@ -65,7 +65,6 @@ export default async function migration() {
console.log(
`Unable to migrate config file. Error: ${e}`
);
throw e;
}
console.log(`${version} migration complete`);