A lot of changes

This commit is contained in:
Fabian Stamm
2019-11-06 23:27:29 +01:00
parent d8c55d4389
commit 3fa209c0cf
5 changed files with 524 additions and 221 deletions

View File

@ -19,7 +19,7 @@ export default class DocumentLock {
return () => {
if (l.length > 0)
setImmediate(() => l.shift());
setImmediate(() => l.shift()());
else
this.locks.delete(key)
}