mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 21:00:09 +00:00
Update codeql.ts
This commit is contained in:
+2
-2
@@ -236,10 +236,10 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
||||
const options = {};
|
||||
options.listeners = {
|
||||
stdout: (data: Buffer) => {
|
||||
core.debug(data.toString());
|
||||
core.debug("Debug" + data.toString());
|
||||
},
|
||||
stderr: (data: Buffer) => {
|
||||
core.error(data.toString());
|
||||
core.error("Error occured" + data.toString());
|
||||
}
|
||||
};
|
||||
await exec.exec(cmd, [
|
||||
|
||||
Reference in New Issue
Block a user