update error_wrapper to take matcher array
This commit is contained in:
parent
cd22abcda8
commit
7b7e0e12b7
6 changed files with 70 additions and 44 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -304,7 +304,7 @@ function getCodeQLForCmd(cmd) {
|
|||
'finalize',
|
||||
...getExtraOptionsFromEnv(['database', 'finalize']),
|
||||
databasePath
|
||||
]);
|
||||
], [[0, new RegExp("(No source code was seen during the build\\.|No JavaScript or TypeScript code found\\.)"), 'foo bar']]);
|
||||
},
|
||||
resolveQueries: async function (queries, extraSearchPath) {
|
||||
const codeqlArgs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue