Skip to content

Commit

Permalink
Restore failed sourceSet name
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Sep 10, 2022
1 parent 607bd98 commit 9584ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract class LintWorkerAction : WorkAction<LintWorkerParameters> {
}

if (hasError) {
throw KotlinterError.LintingError("kotlin source failed lint check")
throw KotlinterError.LintingError("$name source failed lint check")
}
}

Expand Down

0 comments on commit 9584ae9

Please sign in to comment.