-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error message when target directory isn't present #65
Comments
As I said in #63, I'm not sure that we should create the output directory.
That being said, a better error message would be very appropriate. |
hdiutil
! Exit code was 1
oops sorry for the duplicated issue :) |
I think that the best solution would be to start by creating |
Open target with write and exclusive flag. This closes #65
Open target with write and exclusive flag. This closes #65
i found that it was the directory of the dmg target path didn't exist
i think it's a little strange with that outcoming message
how about we making sure the target directory is created, using
mkdirp
or something? :)The text was updated successfully, but these errors were encountered: