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
### Motivation
When we fail to boot the Rails runtime server, the runner client becomes an instance of `NullClient`, in which all operations are no-op.
There's no point in trying to run any DSL generation in that case because every notification will do nothing.
### Implementation
Started returning early if the client is not an instance of the concrete runner client.
0 commit comments