Found reassigning const variables JS-0230
Bug risk
Major
4 months agoa year old
115          throw new Error('invalid url')
116        }
117
118        img_res = await request_remote_image(url)119        status_code = Math.floor(img_res.statusCode / 100)
120      }
121