build(ci): refine autofix GH action
[poolifier.git] / tests / worker-files / thread / emptyWorker.mjs
index ad4d52bc1932b4f90dbb7947785d350863b2d7e8..7d37eb95e9f012cf7237902b51300fb8f7ac0113 100644 (file)
@@ -7,5 +7,5 @@ function test () {}
 
 export default new ThreadWorker(test, {
   killBehavior: KillBehaviors.HARD,
-  maxInactiveTime: 500
+  maxInactiveTime: 500,
 })