Skip to content

Commit

Permalink
Fix a bug related to project handling
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 22, 2024
1 parent 0610f69 commit 4542f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requests/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function initialized_notification(params::InitializedParams, server::LanguageSer
end

text_file = JuliaWorkspaces.read_text_file_from_uri(uri, return_nothing_on_io_error=true)
text_file === nothing || continue
text_file === nothing && continue

server._files_from_disc[uri] = text_file

Expand Down

0 comments on commit 4542f17

Please sign in to comment.