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
The problem is that our File objects for stdout and stderr are not flushed on exit, as they're just normal objects - the runtime doesn't know anything about them. Minimal example of the problem:
Expected
Actual
The text was updated successfully, but these errors were encountered: