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 56ca667 commit 8334c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romaji_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def self.run10
threads << Thread.start(RomajiRunner.run8) { |r8| r8 }
threads << Thread.start(RomajiRunner.run9) { |r9| r9 }
threads << Thread.start(RomajiRunner.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 8334c56

Please sign in to comment.