hsenv
hsenv copied to clipboard
Process.runProcess should only log env diffs
runProcess currently logs the whole environment (if Just env is used), it should only log the differences against the parent environment. the master/parent environment should be logged whole at the beginning.