Skip to content

Commit c35e7f7

Browse files
committed
More debugging output
1 parent 2429eca commit c35e7f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/commands.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def run(*argv)
4848
opts = {}
4949
opts[:chdir] = @cwd if @cwd
5050
Bundler.with_unbundled_env do
51+
warn "Working directory: #{@cwd.inspect}"
5152
stdout, stderr, status = Open3.capture3(@env, *argv, opts)
5253
Result.new(stdout: stdout, stderr: stderr, exit_code: status.exitstatus)
5354
end

0 commit comments

Comments
 (0)