Permalink
Browse files
Adding debug statements closer to open_port
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/rebar_utils.erl
|
@@ -108,6 +108,7 @@ sh(Command0, Options0) -> |
|
|
Command = patch_on_windows(Command0, proplists:get_value(env, Options, [])),
|
|
|
PortSettings = proplists:get_all_values(port_settings, Options) ++
|
|
|
[exit_status, {line, 16384}, use_stdio, stderr_to_stdout, hide],
|
|
|
+ ?DEBUG("Port Cmd: ~p\nPort Opts: ~p\n", [Command, PortSettings]),
|
|
|
Port = open_port({spawn, Command}, PortSettings),
|
|
|
|
|
|
case sh_loop(Port, OutputHandler, []) of
|
|
|
0 comments on commit
490d00f