mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Fill remainder of graceful-fs
It's just fs. Used by fs-extra.
This commit is contained in:
parent
f7c1ebf667
commit
6c8e513e71
1 changed files with 2 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
||||||
export const gracefulify = (): void => undefined;
|
export const gracefulify = (): void => undefined;
|
||||||
|
|
||||||
|
export * from "fs";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue