Fix for 171 platform
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ object LambdaSignatureTemplates {
|
||||
) {
|
||||
// we start template later to not interfere with insertion of tail type
|
||||
val commandProcessor = CommandProcessor.getInstance()
|
||||
val commandName = commandProcessor.currentCommandName!!
|
||||
val commandName = commandProcessor.currentCommandName ?: "Insert lambda template"
|
||||
val commandGroupId = commandProcessor.currentCommandGroupId
|
||||
|
||||
val rangeMarker = context.document.createRangeMarker(placeholderRange)
|
||||
|
||||
Reference in New Issue
Block a user