forkbreak / fork_break

Fork with breakpoints, for testing multiprocess behaviour.
MIT License
61 stars 6 forks source link

Ignore breakpoints when running outside a ForkBreak process (fixes #13) #14

Closed pedrocarrico closed 8 years ago

pedrocarrico commented 8 years ago

This fixes a NoMethodError: undefined method<<' for nil:NilClass` when running outside a ForkBreak process.

@vemv do you want to take a look?

vemv commented 8 years ago

I won't be able to provide usage feedback until tomorrow, but nothing can go wrong anyway I'd say!

pedrocarrico commented 8 years ago

@vemv No problem, I can bump and push the gem after you give me some more feedback.

Thanks!