diff options
Diffstat (limited to 'cli/js/ops/worker_host.ts')
-rw-r--r-- | cli/js/ops/worker_host.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/worker_host.ts b/cli/js/ops/worker_host.ts index 24e6b57ba..d5adfc3d5 100644 --- a/cli/js/ops/worker_host.ts +++ b/cli/js/ops/worker_host.ts @@ -12,7 +12,7 @@ export function createWorker( hasSourceCode: boolean, sourceCode: string, useDenoNamespace: boolean, - name?: string + name?: string, ): CreateWorkerResponse { return sendSync("op_create_worker", { specifier, |