Skip to content

Commit

Permalink
Fix typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Jun 19, 2024
1 parent f5d9995 commit 781f30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exec.erl
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
%% </dl>
-export_type([cmd_option/0, cmd_options/0]).

-type output_dev_opt() :: null | close | print | string() | pid()
-type output_dev_opt() :: null | close | print | string() | binary() | pid()
| fun((stdout | stderr, integer(), binary()) -> none()).
%% Output device option:
%% <dl>
Expand Down

0 comments on commit 781f30b

Please sign in to comment.