1
This commit is contained in:
parent
ce576bd6ff
commit
579d7de1c2
6
app.js
6
app.js
@ -67,6 +67,12 @@ function registerDb(name, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getDbConn(name) {
|
function getDbConn(name) {
|
||||||
|
/*try {
|
||||||
|
throw new Error(1111);
|
||||||
|
} catch (err) {
|
||||||
|
console.log(err.stack);
|
||||||
|
}*/
|
||||||
|
console.log('getDbConn', name);
|
||||||
const ret = {
|
const ret = {
|
||||||
err: null,
|
err: null,
|
||||||
conn: null,
|
conn: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user