constructor()

in src/worker-pool.ts [18:20]


  constructor(codeOrSignal: number | string) {
    super(`Worker exited with unexpected ${codeOrSignal} code`);
  }