summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/useUnknownInCatchVariables.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/useUnknownInCatchVariables.ts.out')
-rw-r--r--cli/tests/testdata/useUnknownInCatchVariables.ts.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/useUnknownInCatchVariables.ts.out b/cli/tests/testdata/useUnknownInCatchVariables.ts.out
new file mode 100644
index 000000000..3c29d3229
--- /dev/null
+++ b/cli/tests/testdata/useUnknownInCatchVariables.ts.out
@@ -0,0 +1,5 @@
+[WILDCARD]
+error: TS2571 [ERROR]: Object is of type 'unknown'.
+ console.log(e.message);
+ ^
+ at file://[WILDCARD]/useUnknownInCatchVariables.ts:4:15