Skip to content

Commit

Permalink
Backport "Fix import suggestion error logging" to LTS (#20720)
Browse files Browse the repository at this point in the history
Backports #18707 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jun 22, 2024
2 parents 75c564b + 7669407 commit 9f11d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ trait ImportSuggestions:
&& {
val task = new TimerTask:
def run() =
println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
implicits.println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
ctx.run.nn.isCancelled = true
val span = ctx.owner.srcPos.span
val (expectedType, argument, kind) = pt match
Expand Down

0 comments on commit 9f11d0d

Please # to comment.