From a59b708de9073beeaf7958189f22c03f8b555d2b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 6 Sep 2018 23:52:49 -0400 Subject: [PATCH] exceptions: Language nit in ChildProcessError --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 51d85d19ca..af50b40a0c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -619,7 +619,7 @@ class ChildProcessError < RuntimeError @inner_class = Object.const_get inner["json_class"] super <<~EOS - An exception occured within a build process: + An exception occured within a child process: #{inner_class}: #{inner["m"]} EOS