jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

Prevent race condition with Chrome Remote startup #316

Closed stoivo closed 4 years ago

stoivo commented 4 years ago

Backport of https://github.com/buildgroundwork/jasmine-rails-webpacker/commit/e8d1d51415c8bdedd4a6abb2c07adf4a223fd6e2

Without this we would see

DevTools listening on ws://127.0.0.1:9222/devtools/browser/5fd577b7-16bb-47ae-805e-36b603b21e81 rake aborted! NoMethodError: undefined method `[]' for nil:NilClass

in the console up to 50% of the time

sgravrock commented 4 years ago

Thanks, @stoivo. I've merged this in 1b273e6.