Skip to content

Commit

Permalink
Update RefactLanguageClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-phoenix authored and reymondzzzz committed Dec 29, 2023
1 parent 3e4c296 commit 7a99a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultilineGreyText/RefactLanguageClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public async Task<string> RefactCompletion(PropertyCollection props, String file
return null;
}
if (!ContainsFile(fileUri)){
return;
return null;
}
//catching server errors
try{
Expand Down

0 comments on commit 7a99a4c

Please sign in to comment.