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
There is no way atm to get anything from the pty::spawn() block. Though sometimes it'd be nice to pass something to the calling scope. Easiest way is to return Any type. Maybe a bit better way is to return Bolt::Result type.
The text was updated successfully, but these errors were encountered:
There is no way atm to get anything from the
pty::spawn()
block. Though sometimes it'd be nice to pass something to the calling scope. Easiest way is to returnAny
type. Maybe a bit better way is to returnBolt::Result
type.The text was updated successfully, but these errors were encountered: