From b189d594c323d30845459316895369408aeb734a Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Sun, 30 Jan 2022 15:35:48 +0800 Subject: [PATCH] chore: fix dialyzer warning. --- apps/emqx_machine/src/emqx_machine_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_machine/src/emqx_machine_app.erl b/apps/emqx_machine/src/emqx_machine_app.erl index bae1cecdf..ae837db2c 100644 --- a/apps/emqx_machine/src/emqx_machine_app.erl +++ b/apps/emqx_machine/src/emqx_machine_app.erl @@ -24,7 +24,7 @@ start(_Type, _Args) -> ok = emqx_machine:start(), - emqx_restricted_shell:set_prompt_func(), + _ = emqx_restricted_shell:set_prompt_func(), emqx_machine_sup:start_link(). stop(_State) ->