mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 13:43:31 -05:00
7 lines
217 B
Text
7 lines
217 B
Text
Check file:///[WILDCARD]/main.ts
|
|
TS18046 [ERROR]: 'e' is of type 'unknown'.
|
|
console.log(e.message);
|
|
^
|
|
at file://[WILDCARD]/use_unknown_in_catch_variables/main.ts:4:15
|
|
|
|
error: Type checking failed.
|