Skip to content

Commit

Permalink
Replace dbg:stop_clear with dbg:stop
Browse files Browse the repository at this point in the history
  • Loading branch information
js2702 authored Oct 11, 2023
1 parent 1d318d1 commit f37764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lux_trace.erl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ start_tracer(TraceTarget) ->

stop_trace() ->
dbg:flush_trace_port(),
dbg:stop_clear().
dbg:stop().

modules(AppDir, App, ExtraMods) ->
AppStr = atom_to_list(App),
Expand Down

0 comments on commit f37764b

Please sign in to comment.