Hey all, perhaps I'm not understanding something here Using `to` ` const [err, data] = await to(fetch('http://httpstat.us/500')); console.debug(err, data) ` Result:  Shouldn't a 500 with a `response.ok = false` give something in `err`?