mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
88bb61f287
Returning a nil value may lead to problems later on. Just return undef here, so that further compilation will at least be safe (the result will be discarded anyway).