lightpanda-io / zig-js-runtime

Add a JS runtime in your Zig project
https://lightpanda.io
Apache License 2.0
16 stars 0 forks source link

remove unreachable code from getArgs #223

Closed krichprollsch closed 5 months ago

krichprollsch commented 5 months ago

Since a97749e2 getArgs car return an error. So we can bubble errors instead of panic.