Closed rmzg closed 4 years ago
{{yield foo(bar)}}
Gives the error runtime error: invalid memory address or nil pointer dereference even if both foo and bar are defined. This is really hard to understand from the error.
runtime error: invalid memory address or nil pointer dereference
foo
bar
Gives the error
runtime error: invalid memory address or nil pointer dereference
even if bothfoo
andbar
are defined. This is really hard to understand from the error.