diff options
Diffstat (limited to 'cli/tests/workers/worker_location.ts')
-rw-r--r-- | cli/tests/workers/worker_location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/workers/worker_location.ts b/cli/tests/workers/worker_location.ts index 89fa83036..c3c1bb26f 100644 --- a/cli/tests/workers/worker_location.ts +++ b/cli/tests/workers/worker_location.ts @@ -1,4 +1,4 @@ -onmessage = function (): void { +onmessage = function () { postMessage( `${location.href}, ${location instanceof WorkerLocation}`, ); |