Elektrine lite

← Feed

@murks@social.tchncs.de

Post #2411794

2021-11-28 11:35 UTC

@sjaehn@fosstodon.org Oh, I think I found it. I accidentally re-declared m. Validating...

Replies (1)

  • @murks@social.tchncs.de 2021-11-28 11:37

    @sjaehn@fosstodon.org Yes, that was the problem. I made a mistake in instantiate() and accidentally redeclaed m in the success case, so the local m was shadowing the out one, which thus remained null. Thanks for your help.

    Open ##2411795