Closed hoodmane closed 5 days ago
Sometimes we throw MEMFS.doesNotExistError before it is initialized. It doesn't really matter because the undefined we throw gets caught and thrown away, but it seems better to fix.
MEMFS.doesNotExistError
undefined
Sometimes we throw
MEMFS.doesNotExistError
before it is initialized. It doesn't really matter because theundefined
we throw gets caught and thrown away, but it seems better to fix.