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
fix(types): allow resolving empty response from blink.cmd.Source (#254)
Right now it looks like the code does nil checks perfectly, and there is
no actual issue in resolving a nil value. However, the types still
specify that a response must always be present.
0 commit comments