Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Dec 10, 2018
1 parent 9787600 commit ebb722a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/mutant/reporter/cli/printer/isolation_result.rb
Expand Up @@ -34,8 +34,8 @@ class IsolationResult < self

FORK_ERROR_MESSAGE = <<~'MESSAGE'
Forking the child process to isolate the mutation in failed.
This meant that the either the RubyVM or your OS was under
too much pressure to add another child process.
This meant that either the RubyVM or your OS was under too much
pressure to add another child process.
Possible solutions are:
* Reduce concurrency
Expand Down
Expand Up @@ -62,8 +62,8 @@ def backtrace

it_reports <<~'STR'
Forking the child process to isolate the mutation in failed.
This meant that the either the RubyVM or your OS was under
too much pressure to add another child process.
This meant that either the RubyVM or your OS was under too much
pressure to add another child process.
Possible solutions are:
* Reduce concurrency
Expand Down Expand Up @@ -110,8 +110,8 @@ def backtrace

it_reports <<~'STR'
Forking the child process to isolate the mutation in failed.
This meant that the either the RubyVM or your OS was under
too much pressure to add another child process.
This meant that either the RubyVM or your OS was under too much
pressure to add another child process.
Possible solutions are:
* Reduce concurrency
Expand Down

0 comments on commit ebb722a

Please sign in to comment.