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
As file system operations may be slow, it would be nice to convert any fs.*Sync calls to their promise/async counterparts when appropriate, to avoid holding up any main thread, and to enable multiple file operations running at once