Defold doesn't show any error and stop execution of the сoroutine if you wrongly send message from module msg.post (SOLVED)

There should definitely be an error:

function init(self)
	msg.post("WRONG", "message")
end

results in:

ERROR:GAMEOBJECT: Instance '/WRONG' could not be found when dispatching message 'message' sent from main:/main#script
1 Like