Skip to content

Commit 7b2708f

Browse files
committed
Drop debug info in error message
1 parent 019fd46 commit 7b2708f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/src/dotty/tools/dotc/parsing/Scanners.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,7 @@ object Scanners {
611611
errorButContinue(
612612
i"""The start of this line does not match any of the previous indentation widths.
613613
|Indentation width of current line : $curWidth
614-
|This falls between previous widths: ${indent.width} and $lastWidth
615-
|Sepregions = $sepRegions / ${getClass}""")
614+
|This falls between previous widths: ${indent.width} and $lastWidth""")
616615
else
617616
indent = IndentRegion(indent.width, indent.others + curWidth, indent.token, indent.outer)
618617
}

0 commit comments

Comments
 (0)