Skip to content

Commit

Permalink
Backport 7f0ad513c30359816ac840f821ca0a22d723a642
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jun 3, 2024
1 parent 09ad130 commit 370a36f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private ExitCode run(PrintWriter log, Writer out, ProcessBuilder pb,
Stopwatch stopwatch = new Stopwatch();
stopwatch.start();

log.printf("%s%n[%tF %<tT] %s timeout=%s%n%1$s%n", line, new Date(), pb.command(), params.timeout);
log.printf("%s%n[%tF %<tT] %s timeout=%s in %s%n%1$s%n", line, new Date(), pb.command(), params.timeout, pb.directory());

Process process;
KillerTask killer;
Expand Down

0 comments on commit 370a36f

Please sign in to comment.