Is it really the "right thing" to have erlang:halt(0)
inside project@@main:run(project)
?
#4612
-
I just wanted to use
But because of I also thought it would be easy to use the existing Maybe the code should have two points to run it, where one is doing the halt and the other just returns? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you not call |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
project@@main:run/1
is not a public API, you must not use it directly and it is not guaranteed to exist.