cloudflare / chrome-devtools-rs

Rust library for the Chrome Devtools Protocol
MIT License
62 stars 4 forks source link

Fix panic printing empty object / array / map #54

Closed jyn514 closed 1 year ago

jyn514 commented 3 years ago

The loop is never actually hit if the object is empty, so last_index is never read; but give it a value anyway to make the type system happy.

Fixes https://github.com/cloudflare/chrome-devtools-rs/issues/53.

jyn514 commented 1 year ago

I don't think wrangler 2 is using this crate.