jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
550 stars 24 forks source link

Reload exits on compiler error #35

Closed axispx closed 7 months ago

axispx commented 7 months ago

Make sure jetzig doesn't stop when a command exits with an error during reload by catching the error and waiting for more changes to the source code.

Fixes #33

I understand that there is a bit of duplication in the code. A direction to make it better would be appreaciated.

bobf commented 7 months ago

@axispx Thanks for the PR ! I have merged https://github.com/jetzig-framework/jetzig/pull/34 as it has a couple of extra fixes in there that I think we need, but if you think this PR still has things that should be merged, please feel free to resolve the conflicts and update. :+1: