opti: 修改install.js 错误

This commit is contained in:
suxiaoxin 2017-09-26 21:08:02 +08:00
parent 3a2a98e845
commit 96b5e36a5d

View File

@ -134,9 +134,9 @@ function setupSql() {
});
}.catch(function(err){
console.log(err.message)
}))
}).catch(function(err){
console.log('Error:', err.message)
})
}