mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-20 20:35:43 +02:00
dont throw if fail to migration config
This commit is contained in:
parent
92135ff9c1
commit
980545c636
1 changed files with 0 additions and 1 deletions
|
@ -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`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue