mirror of
https://github.com/fosrl/pangolin.git
synced 2025-10-30 14:17:30 +00:00
dont throw if fail to migration config
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user