Jared Fraley
01/18/2024, 5:03 PMcatch (e) {
log.error('Error:', e);
}
Title: "Error:" Details: "{}"
I thought catching e would catch the error message, but it seems as if there is no error message but it still failed?Anthony OConnor
01/18/2024, 5:06 PMthrow
somewhere in the try that doesn't actually throw anything?Jared Fraley
01/18/2024, 5:09 PMbattk
01/18/2024, 5:55 PM