Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.then(result =>{ let res = result[0] console.log('result = ',res[0]); pool.end(); if( result === undefined ) throw new Error(); }) .then(() =>{ console.log("end"); }) .catch(function(err) { console.log(err.message); })