chore: migrate to eslint 9
[poolifier.git] / examples / typescript / http-server-pool / express-cluster / src / main.ts
index 8922c9fdf5075ed8fc3a5aa54868853a9b740549..eeb196a623a9c939a1f38bbabd157a581a5b7f5d 100644 (file)
@@ -32,6 +32,6 @@ const pool = new FixedClusterPool<WorkerData, WorkerResponse>(
     },
     errorHandler: (e: Error) => {
       console.error('Cluster worker error:', e)
-    }
+    },
   }
 )