Andrew Eisenberg
40568daca8
Fix compile errors introduced by typescript 4.4.2
...
4.4.2 introduces a breaking change that the variable in a catch clause
is now `unknown` type. So, we need to cast the `e`, `err`, or `error`
variables to type `Error`.
2021-09-10 14:06:27 -07:00
Edoardo Pirovano
186161e61c
Fix failing test
2021-07-27 19:00:37 +01:00
Edoardo Pirovano
d9849b8ca1
Rebuild after TypeScript version bump
2021-07-27 17:59:59 +01:00
Nick Fyson
e5e9aad174
Merge branch 'main' into nickfyson/error_wrapper
...
# Conflicts:
# lib/codeql.js
# lib/codeql.js.map
# src/codeql.ts
2020-09-14 13:30:37 +01:00
Nick Fyson
b3b99014eb
make ErrorMatcher an object rather than a tuple
2020-09-11 18:30:07 +01:00
Nick Fyson
1fb7c81099
tweak in response to reviewer comments
2020-09-11 18:25:23 +01:00
Nick Fyson
88951d6193
renames to reflect the switch to using toolrunner
2020-09-08 00:01:04 +01:00