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
Uncaught TypeError: Cannot read properties of undefined (reading 'updateTimeout')
at updateLock (node_modules/proper-lockfile/lib/lockfile.js:104:14)
at /home/user2/Nextcloud/projects/plebbit/plebbit-js/node_modules/proper-lockfile/lib/lockfile.js:167:17
at FSReqCallback.oncomplete (node:fs:192:23)
at FSReqCallback.callbackTrampoline (node:internal/async_hooks:130:17)
Seems like locks[file] is not defined by the time updateLock is called. Would love any insights on why.
The text was updated successfully, but these errors were encountered:
Ocasionally I get this error,
Seems like
locks[file]
is not defined by the time updateLock is called. Would love any insights on why.The text was updated successfully, but these errors were encountered: