Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Jan 17, 2023
1 parent 97eb24c commit 56ca667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katakana_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def self.run10
threads << Thread.start(KatakanaRunner.run8) { |r8| r8 }
threads << Thread.start(KatakanaRunner.run9) { |r9| r9 }
threads << Thread.start(KatakanaRunner.run10) { |r10| r10 }
threads.each { |thr| thr.join }
threads.each { |thr| thr.join.value }

rescue StandardError => e
puts e.backtrace
Expand Down

0 comments on commit 56ca667

Please sign in to comment.