encounter / decomp-toolkit

A GameCube & Wii decompilation toolkit
Apache License 2.0
115 stars 16 forks source link

Emit an error code when `dol diff` does not match #43

Closed ribbanya closed 9 months ago

ribbanya commented 9 months ago

I came across this issue when my diff CI succeeded despite the elf not matching. This seems preferable in all cases because if someone doesn't care about the status code, they can simply throw it away with || true or the like.