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