Skip to content

Application file tells there were an application to start

Currently there is a mod key in the applications definition file, which tells the runtime system that the application where startable by calling Module:start/2.

This function is missing, therefore it can't start properly. To avoid this problem, you need to remove the key from the applications definition file or implement a proper start function.

I do not think that making this a startable application would make much sense.