remove comment block
This commit is contained in:
parent
0b77de8b4c
commit
7946c61468
@ -42,7 +42,7 @@ export class MutexLock {
|
||||
});
|
||||
|
||||
if (acquired) {
|
||||
return releaseFunc;/* */
|
||||
return releaseFunc;
|
||||
}
|
||||
await new Promise((resolve) =>
|
||||
setTimeout(resolve, this.mutexOptions?.mutex?.checkInterval || 100),
|
||||
|
Loading…
x
Reference in New Issue
Block a user