This commit is contained in:
aozhiwei 2023-07-12 10:16:26 +08:00
parent ce576bd6ff
commit 579d7de1c2

6
app.js
View File

@ -67,6 +67,12 @@ function registerDb(name, options) {
}
function getDbConn(name) {
/*try {
throw new Error(1111);
} catch (err) {
console.log(err.stack);
}*/
console.log('getDbConn', name);
const ret = {
err: null,
conn: null,