Closed PhilipNelson5 closed 2 years ago
I also cleaned up the ctest run function to handle a promise rejection. When you await an async function, if that function rejects, then the rejected promis throws. So you either need to put the await in a try/catch or use then/catch methods
Thanks for the contribution. I manually merged and fixed the merge conflicts in f7c2fd1763d984c60c184e0e7874e3f5e86834a5.
I also cleaned up the ctest run function to handle a promise rejection. When you await an async function, if that function rejects, then the rejected promis throws. So you either need to put the await in a try/catch or use then/catch methods