From 6caeac60552dd48580238a0d4bb341cc7d568cef Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 3 Jul 2019 17:02:49 +0200 Subject: [PATCH] minor --- server/firstrun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {