exceptions: Language nit in ChildProcessError

This commit is contained in:
William Woodruff 2018-09-06 23:52:49 -04:00
parent 649a630826
commit a59b708de9
No known key found for this signature in database
GPG Key ID: 600D68320BE45ACC

View File

@ -619,7 +619,7 @@ class ChildProcessError < RuntimeError
@inner_class = Object.const_get inner["json_class"] @inner_class = Object.const_get inner["json_class"]
super <<~EOS super <<~EOS
An exception occured within a build process: An exception occured within a child process:
#{inner_class}: #{inner["m"]} #{inner_class}: #{inner["m"]}
EOS EOS