summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/useUnknownInCatchVariables.ts.out
blob: 3c29d3229d27cb53ee7020aeeee74ef555812f71 (plain)
1
2
3
4
5
[WILDCARD]
error: TS2571 [ERROR]: Object is of type 'unknown'.
  console.log(e.message);
              ^
    at file://[WILDCARD]/useUnknownInCatchVariables.ts:4:15