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
// If we hit the max depth, we skip a write to prevent the stack from growing too large
201
201
// In theory this means we may miss the latest data, but in practice this will only happen when the file is being written to very frequently
202
202
// so it will be saved on the next write. This is unlikely to ever happen in practice, as the writes are debounced. It requires lots of writes to very large files.
@@ -213,7 +213,7 @@ export default new Map([\n${lines.join(',\n')}]);
0 commit comments