drom
drom copied to clipboard
Quick fix commandBuild.ml
When the package is a directory (happened to me with a test
folder), drom
fails with a Sys
exception. This fixes the error
Okay, so the fix is bad as it moved a folder at the root of my project that should not have.
Update: this version of the fix tests if a directory with the same name exists: if so, it applies the same logic on 'dir_name.exe' which we expect not to be a folder.
Fixed in #195