Skip to content

Commit 462564c

Browse files
committed
Explain mutexes
1 parent 82a56ae commit 462564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/ruby_lsp_rails/addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize
3434

3535
Thread.new do
3636
@addon_mutex.synchronize do
37-
# We need to ensure the Rails client is fully loaded before we activate the addon
37+
# We need to ensure the Rails client is fully loaded before we activate the server addons
3838
@client_mutex.synchronize { @rails_runner_client = RunnerClient.create_client }
3939
end
4040
end

0 commit comments

Comments
 (0)