escript_runtime:main/2: add TODO to remove it when we are on OTP >= 24

This commit is contained in:
Mikael Pettersson 2020-10-16 19:01:54 +02:00
parent 6b4251d6b8
commit 997a38e612

View File

@ -27,6 +27,7 @@
, start/2
]).
%% TODO: remove when we're on OTP >= 24
%% escript logs unhandled exceptions to standard output, but we want them to
%% end up on standard error
-spec start(fun(([string()]) -> any()), [string()]) -> any().