Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Sep 3, 2021
1 parent d0f42fd commit 3cc500b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data class InterchangeAccess(

return@with if (currentSection != null) {

currentSection.inputExpressionCheck(parameters[slot])
currentSection.inputExpressionCheck(parameters.getOrNull(slot) ?: "")

} else
completion.infinite && completion.sections.lastIndex < parameters.lastIndex
Expand Down

0 comments on commit 3cc500b

Please sign in to comment.