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
Error on "dune init" if dir exists named "dune" (#6705)
When running `dune init (exe|lib|test)` in a directory which contains a
directory named "dune", prior to this change, the error would be:
Error: Is a directory
Following this change, the error is now:
Error: "/path/to/dune" already exists and is a directory
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
0 commit comments