Skip to content

Commit 4542f17

Browse files
committed
Fix a bug related to project handling
1 parent 0610f69 commit 4542f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function initialized_notification(params::InitializedParams, server::LanguageSer
264264
end
265265

266266
text_file = JuliaWorkspaces.read_text_file_from_uri(uri, return_nothing_on_io_error=true)
267-
text_file === nothing || continue
267+
text_file === nothing && continue
268268

269269
server._files_from_disc[uri] = text_file
270270

0 commit comments

Comments
 (0)