Skip to content

Commit

Permalink
Merge pull request #80 from gomoripeti/io_server_atom
Browse files Browse the repository at this point in the history
option io_server can also be an atom()
  • Loading branch information
ferd committed Jun 4, 2020
2 parents f7b6c08 + 1b7abe1 commit 46b85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recon_trace.erl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
-type options() :: [ {pid, pidspec() | [pidspec(),...]} % default: all
| {timestamp, formatter | trace} % default: formatter
| {args, args | arity} % default: args
| {io_server, pid()} % default: group_leader()
| {io_server, pid() | atom()} % default: group_leader()
| {formatter, formatterfun()} % default: internal formatter
| return_to | {return_to, boolean()} % default: false
%% match pattern options
Expand Down

0 comments on commit 46b85c0

Please sign in to comment.