chore: migrate to eslint 9
[poolifier.git] / tests / worker-files / thread / testWorker.mjs
index f4840e53b2aebb30c7b852d5cb349dcd4f615671..67959837807c1e89aa5f7ac27b112cdb9832b318 100644 (file)
@@ -15,5 +15,5 @@ function test (data) {
 
 export default new ThreadWorker(test, {
   killBehavior: KillBehaviors.HARD,
-  maxInactiveTime: 500
+  maxInactiveTime: 500,
 })