From 997a38e612a6b8a5931ff0c099b73e53dcc92b17 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Fri, 16 Oct 2020 19:01:54 +0200 Subject: [PATCH] escript_runtime:main/2: add TODO to remove it when we are on OTP >= 24 --- erlang/apps/lib/src/escript_runtime.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/erlang/apps/lib/src/escript_runtime.erl b/erlang/apps/lib/src/escript_runtime.erl index b7ab8d6..0dd87d6 100644 --- a/erlang/apps/lib/src/escript_runtime.erl +++ b/erlang/apps/lib/src/escript_runtime.erl @@ -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().