mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +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(
|
console.log(
|
||||||
`Unable to migrate config file. Error: ${e}`
|
`Unable to migrate config file. Error: ${e}`
|
||||||
);
|
);
|
||||||
throw e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`${version} migration complete`);
|
console.log(`${version} migration complete`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue