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 91cee46 commit a47990dCopy full SHA for a47990d
common/src/main/kotlin/me/scoretwo/fastscript/FastScript.kt
@@ -74,7 +74,7 @@ class FastScript(val plugin: ScriptPlugin) {
74
" | \\ / __ \\_\\___ \\ | | / \\ \\___| | \\/ | |_> > | ",
75
" \\___ / (____ /____ > |__|/_______ /\\___ >__| |__| __/|__| ",
76
" \\/ \\/ \\/ \\/ \\/ |__| "
77
- ).let {
+ ).also {
78
it.forEachIndexed { index, raw ->
79
if (raw.isNotBlank()) {
80
val line = raw.toCharArray()
0 commit comments