Skip to content
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

Exceptions from config file are silenced #1

Open
e2 opened this issue Mar 10, 2010 · 1 comment
Open

Exceptions from config file are silenced #1

e2 opened this issue Mar 10, 2010 · 1 comment

Comments

@e2
Copy link

e2 commented Mar 10, 2010

inploy.rake:

begin
require "config/deploy.rb"
rescue Exception
end

Shouldn't it catch ENOENT specifically?

Thanks.

@dcrec1
Copy link
Owner

dcrec1 commented Mar 11, 2010

Hi,

Yes, it would be much better :)

Do you want to submit a patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants