You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point the functionality of decompiling an entire folder recursively has broken.
Current behavior: Dragging a folder with mbin files (and probably exml) that don't decompile correctly (ie. raise an error) onto the MBINCompiler.exe binary causes the compiler to stop after just a few files.
Expected behavior: Only files which have an issue should not work. The compiler should not stop after any number of errors and instead try every single file within the directory provided.
The text was updated successfully, but these errors were encountered:
At some point the functionality of decompiling an entire folder recursively has broken.
Current behavior: Dragging a folder with mbin files (and probably exml) that don't decompile correctly (ie. raise an error) onto the MBINCompiler.exe binary causes the compiler to stop after just a few files.
Expected behavior: Only files which have an issue should not work. The compiler should not stop after any number of errors and instead try every single file within the directory provided.
The text was updated successfully, but these errors were encountered: