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
An implementation of AsFd was added previously in #2354, but this is not enough to safely convert the PtyMaster into e.g. a File. There should be a conversion from PtyMaster to OwnedFd to allow this.