Adam Cameron
try {
throw "hi";
} catch (any e) {
writeDump(cfcatch.message); // should be e, but still works
}
On CF it - correctly - errors.
Probs doesn't matter too much. Just spotted it in a pull request here and was thinking "that shouldn't work..."jamiejackson
01/31/2023, 4:11 PM