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
Fix IDBFS not auto-persisting on directory creation
mkdir has never been a node operation as FS.mkdir uses mknod instead.
Add a check for file mode and queue a persist operation immediately if
the node is a directory and won't ever be opened/closed like a file.
0 commit comments