You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured this issue: can't change access mode from "r+" to "a" (ArgumentError) while was using stripe-ruby-mock gem w/ both Spring and Zeus preloaders.
The problem is in https://github.com/nesquena/dante/blob/master/lib/dante/runner.rb#L253 and I'm curious is it possible to simply remove 'a' option (all is well without it) or there is should be more complex solution?
The text was updated successfully, but these errors were encountered:
Looks like maybe you don't have permission to write to the log file. You could submit a PR which catches that exception and prints a warning instead rather than erroring out.
I figured this issue:
can't change access mode from "r+" to "a" (ArgumentError)
while was using stripe-ruby-mock gem w/ both Spring and Zeus preloaders.The problem is in https://github.com/nesquena/dante/blob/master/lib/dante/runner.rb#L253 and I'm curious is it possible to simply remove
'a'
option (all is well without it) or there is should be more complex solution?The text was updated successfully, but these errors were encountered: