A lot of changes
This commit is contained in:
@ -19,7 +19,7 @@ export default class DocumentLock {
|
||||
|
||||
return () => {
|
||||
if (l.length > 0)
|
||||
setImmediate(() => l.shift());
|
||||
setImmediate(() => l.shift()());
|
||||
else
|
||||
this.locks.delete(key)
|
||||
}
|
||||
|
Reference in New Issue
Block a user