on refresh only the next line within try block gets executed

后端 未结 0 1127
天命终不由人
天命终不由人 2020-11-27 16:43
const oracledb = require(\'oracledb\'); 
async function runTest() {
              let conn;
              try {
                conn = await oracledb.getConnection({         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题