Skip to content

Commit

Permalink
get back merging regular node's "fs" to owr "fs" wrapper's "_impl" prop
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Oct 12, 2020
1 parent ad25f3b commit 71845fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/private/fs-impl/fs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {PathLike} from "fs";
import regularNodeFs, {PathLike} from "fs";
import {instantiate, Model as FsNoEpermAnymoreModel} from "fs-no-eperm-anymore";

import {StoreFs} from "../../model";
Expand Down Expand Up @@ -37,7 +37,7 @@ export function volume(
);

return {
_impl: impl,
_impl: {...regularNodeFs, ...impl},
_name: NAME,
chmod: impl.chmod,
chown: impl.chown,
Expand Down

0 comments on commit 71845fb

Please sign in to comment.