Skip to content

Commit 46b69ba

Browse files
committed
error message
1 parent 819ddb2 commit 46b69ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/Commands.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ let test ~path ~debug =
398398
~src:text ~start_pos:loc.loc_start ~end_pos:loc.loc_end
399399
|> print_endline;
400400
print_endline completionsText
401-
| None -> ())
401+
| None -> print_endline "No location found for completable")
402402
| _ -> print_endline "ERR: Unexpected completion result");
403403
())
404404
else (

0 commit comments

Comments
 (0)