Bump standard from 14.3.4 to 15.0.0
[poolifier.git] / lib / workers.js
index 001c932ae7a92994b46f2a3e260a2affd337f87f..abd60b4ff0ba814aac9d0af43cd4a5f7fe34d31b 100644 (file)
@@ -62,7 +62,7 @@ class ThreadWorker extends AsyncResource {
     }
   }
 
-  _runAsync(fn, value) {
+  _runAsync (fn, value) {
     fn(value.data).then(res => {
       this.parent.postMessage({ data: res, _id: value._id })
       this.lastTask = Date.now()