diff --git a/server/firstrun.js b/server/firstrun.js index 67210b7b..45d5d029 100644 --- a/server/firstrun.js +++ b/server/firstrun.js @@ -29,7 +29,7 @@ module.exports = { consola.warn(`⚠️ Non empty db! Please move your current db elsewhere than retry. If you want to `) return -1 - } catch(e) { console.error(e) } + } catch(e) { } consola.info(`Create tables schema`) await db.sequelize.sync().catch(e => {