We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I think if kill! command could take a *message argument it would be cool. Currently there isn't such an implementation, is there?
kill!
*message
I'm getting what I want in this way at this time:
failed("Video info could not be read: #{@source.errors.full_messages.join(", ")}") raise Killed
Any other ways/ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I think if
kill!
command could take a*message
argument it would be cool. Currently there isn't such an implementation, is there?I'm getting what I want in this way at this time:
Any other ways/ideas?
The text was updated successfully, but these errors were encountered: