lib/steep/drivers/checkfile.rb in steep-1.8.0 vs lib/steep/drivers/checkfile.rb in steep-1.8.1

- old
+ new

@@ -163,9 +163,10 @@ end signature_paths.each do |path| request.signature_paths << project.absolute_path(path) end + request.needs_response = true master.start_type_check(request: request, last_request: nil, report_progress_threshold: 0) Steep.logger.info { "Starting type checking: #{request_guid}" } error_messages = [] #: Array[String]