remove comment block

This commit is contained in:
HorizonCode 2025-04-04 09:15:35 +02:00
parent 0b77de8b4c
commit 7946c61468

View File

@ -42,7 +42,7 @@ export class MutexLock {
});
if (acquired) {
return releaseFunc;/* */
return releaseFunc;
}
await new Promise((resolve) =>
setTimeout(resolve, this.mutexOptions?.mutex?.checkInterval || 100),