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
process's EventEmitter-related functions now work. Previously, bfs-process did not expose these due to an oversight.
Due to a circular dependency issue, process.std{out, in, err} are initialized after a one-JavaScript-event delay. Your code can force their immediate initialization by calling initializeTTD.
MountableFileSystem now appropriately sets the path property on errors. Previously, the paths pointed to paths in the mounted file systems, and did not include their mount point.