mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
opti: 修改install.js 错误
This commit is contained in:
parent
3a2a98e845
commit
96b5e36a5d
@ -134,9 +134,9 @@ function setupSql() {
|
||||
});
|
||||
|
||||
|
||||
}.catch(function(err){
|
||||
console.log(err.message)
|
||||
}))
|
||||
}).catch(function(err){
|
||||
console.log('Error:', err.message)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user