1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
This commit is contained in:
Nayeem Rahman 2024-11-22 19:23:53 +00:00
parent d52ccd2834
commit 88f7510b95

View file

@ -1,11 +1,11 @@
error: TS2304 [ERROR]: Cannot find name 'onmessage'.
onmessage;
~~~~~~~~~
at file:///home/nayeem/projects/deno/tests/specs/check/check_workspace/main.ts:8:1
at file:///[WILDCARD]/main.ts:8:1
TS2304 [ERROR]: Cannot find name 'onmessage'.
onmessage;
~~~~~~~~~
at file:///home/nayeem/projects/deno/tests/specs/check/check_workspace/member/mod.ts:5:1
at file:///[WILDCARD]/member/mod.ts:5:1
Found 2 errors.