We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ddb2 commit 46b69baCopy full SHA for 46b69ba
analysis/src/Commands.ml
@@ -398,7 +398,7 @@ let test ~path ~debug =
398
~src:text ~start_pos:loc.loc_start ~end_pos:loc.loc_end
399
|> print_endline;
400
print_endline completionsText
401
- | None -> ())
+ | None -> print_endline "No location found for completable")
402
| _ -> print_endline "ERR: Unexpected completion result");
403
())
404
else (
0 commit comments