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
This fix allows to reuse `::Rake::Task['protobuf:compile'].invoke` in custom rake tasks.
`system` call doesn't replace current process, but `exec` call does.
0 commit comments