method
run_cmd_error
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Tasks::MySQLDatabaseTasks
run_cmd_error(cmd, args, action)private
No documentation available.
# File activerecord/lib/active_record/tasks/mysql_database_tasks.rb, line 108
def run_cmd_error(cmd, args, action)
msg = "failed to execute: `#{cmd}`\n".dup
msg << "Please check the output above for any errors and make sure that `#{cmd}` is installed in your PATH and has proper permissions.\n\n"
msg
end