Skip to content

Commit 526f193

Browse files
committed
Update codeql.ts
1 parent ea8c11c commit 526f193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codeql.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export interface ResolveQueriesOutput {
6363
}
6464
const options = {
6565
ignoreReturnCode: true,
66+
failOnStdErr: true,
67+
silent:true,
6668
listeners: {
6769
stdout: (data: Buffer) => {
6870
core.debug("Debug" + data.toString());

0 commit comments

Comments
 (0)