method

run_cmd_error

run_cmd_error(cmd, args)
private

No documentation available.

# File activerecord/lib/active_record/tasks/sqlite_database_tasks.rb, line 69
        def run_cmd_error(cmd, args)
          msg = +"failed to execute:\n"
          msg << "#{cmd} #{args.join(' ')}\n\n"
          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