mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +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(
|
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`);
|
||||||
|
|||||||
Reference in New Issue
Block a user