lib/steep/drivers/checkfile.rb in steep-1.2.1 vs lib/steep/drivers/checkfile.rb in steep-1.3.0.pre.1
- old
+ new
@@ -99,10 +99,10 @@
].min || raise
end
Steep.logger.info { "Starting #{count} workers for #{files.size} files..." }
- typecheck_workers = Server::WorkerProcess.spawn_typecheck_workers(
+ typecheck_workers = Server::WorkerProcess.start_typecheck_workers(
steepfile: project.steepfile_path,
args: [],
delay_shutdown: true,
steep_command: jobs_option.steep_command_value,
count: count