history #6

Merged
zxq9 merged 4 commits from history into master 2025-03-04 20:51:37 +09:00
Showing only changes of commit b6bdfc8095 - Show all commits

View File

@ -47,7 +47,7 @@ ts() ->
%% See: http://erlang.org/doc/apps/kernel/application.html
start(normal, _Args) ->
{ok, CWD} = file:get_cwd(),
erlang:show(CWD),
ok =
case net_kernel:stop() of
ok ->
@ -61,9 +61,7 @@ start(normal, _Args) ->
ok = application:ensure_started(hakuzaru),
ok = application:ensure_started(zxwidgets),
ok = application:ensure_started(sophia),
Result = gd_sup:start_link(),
ok = file:set_cwd(CWD),
Result.
gd_sup:start_link().
-spec stop(term()) -> ok.