diff --git a/ts/jobs/JobQueue.ts b/ts/jobs/JobQueue.ts index d3a2575b4c..2c67a508fb 100644 --- a/ts/jobs/JobQueue.ts +++ b/ts/jobs/JobQueue.ts @@ -133,7 +133,7 @@ export abstract class JobQueue { /** * Add a job, which should cause it to be enqueued and run. * - * If `streamJobs` has not been called yet, it will be called. + * If `streamJobs` has not been called yet, this will throw an error. */ async add(data: Readonly): Promise> { if (!this.started) {