Skip to content

v0.5.4

Compare
Choose a tag to compare
@jvilk jvilk released this 10 Nov 01:44
· 406 commits to master since this release
  • 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.