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

refactor rdf-validator to avoid System/exit in -main #26

Merged
merged 3 commits into from
Mar 18, 2020
Merged

Conversation

jennet
Copy link

@jennet jennet commented Mar 11, 2020

No description provided.

Jen Williams added 2 commits March 11, 2020 11:47
…ide main, to avoid the error being thrown immediately when rdf-validator is used
@jennet jennet requested a review from lkitching March 18, 2020 15:14
(binding [*out* *err*]
(println (.getMessage ex))
(.printStackTrace ex)
(System/exit 1)))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to exit here?

@lkitching lkitching merged commit 942e927 into master Mar 18, 2020
@lkitching lkitching deleted the new-fn branch March 18, 2020 16:59
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

Successfully merging this pull request may close these issues.

2 participants