mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
a2a3dc05ae
If Progress is instantiated with a max of 0, throw immediately to avoid a divide-by-zero later in toString(). This typically happens if the tool recurses over an empty top-level component, which can happen when a component is moved around in the repo and the developer hasn't cleaned up old empty directories from their git client.