Skip to content

typecast expression incorrectly de-indents #82

@TwitchBronBron

Description

@TwitchBronBron
sub test()
	if true
		if true
			promises.chain(media as dynamic).then(sub ()
				print 1
			end sub).catch(sub ()
			end sub)
		end if
	end if
end sub

turns into

sub test()
	if true
	if true
	promises.chain(media as dynamic).then(sub ()
		print 1
end sub).catch(sub ()
	end sub)
end if
end if
end sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions